#732A09

Color #732A09 Peru Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru Tan #732A09

Tints of Peru Tan #732A09

Color information

#732A09 (or 0x732A09) is unknown color: approx Peru Tan. HEX triplet: 73, 2A and 09. RGB value is (115,42,9). Sum of RGB (Red+Green+Blue) = 115+42+9=166 (21% of max value = 765). Red value is 115 (45.31% from 255 or 69.28% from 166); Green value is 42 (16.80% from 255 or 25.30% from 166); Blue value is 9 (3.91% from 255 or 5.42% from 166); Max value from RGB is 115 - color contains mainly: red. Hex color #732A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732A09 is #8CD5F6. Grayscale: #3C3C3C. Windows color (decimal): -9229815 or 600691. OLE color: 600691.

HSL color Cylindrical-coordinate representation of color #732A09: hue angle of 18.68º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #732A09 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.55.

Color convert

RGB115429-
CMYK00.630.920.55
HSL18.68º85.48%24.31%-
HSV(B)18.68º92.17%45.1%-
XYZ7.955.320.87-
YUV60.0799.18167.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 69.28%
GREEN value IS 42 (16.80% from 255) = 25.30%
BLUE value IS 9 (3.91% from 255) = 5.42%
R=69.28%
G=25.30%
B=5.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.92
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11542900.630.920.5518.6885.4824.31
Hex732A903F5C37135518
Octal1635211077134672312530
Binary111001110101010010111111101110011011110011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732A09; }

 p { color: rgb(115,42,9); }

 H1.HeaderClassName
 {
   color: #732A09;
 }
 .AnyTagClassName
 {
   color: #732A09;
 }
</style>
background-color css

<style>
 a { background-color: #732A09; }

 a { background-color: rgb(115,42,9); }

 div.DivClassName
 {
   background-color: #732A09;
 }
 .BgClassName
 {
   background-color: #732A09;
 }
</style>
border-color css

<style>
 span { border-color: #732A09; }

 span { border-color: rgb(115,42,9); }

 td.TdClassName
 {
   border-color: #732A09;
 }
 .TagClassName
 {
   border-color: #732A09;
 }
</style>