#732C09

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

Shades of Peru Tan #732C09

Tints of Peru Tan #732C09

Color information

#732C09 (or 0x732C09) is unknown color: approx Peru Tan. HEX triplet: 73, 2C and 09. RGB value is (115,44,9). Sum of RGB (Red+Green+Blue) = 115+44+9=168 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.45% from 168); Green value is 44 (17.58% from 255 or 26.19% from 168); Blue value is 9 (3.91% from 255 or 5.36% from 168); Max value from RGB is 115 - color contains mainly: red. Hex color #732C09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732C09 is #8CD3F6. Grayscale: #3D3D3D. Windows color (decimal): -9229303 or 601203. OLE color: 601203.

HSL color Cylindrical-coordinate representation of color #732C09: hue angle of 19.81º 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 #732C09 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.55.

Color convert

RGB115449-
CMYK00.620.920.55
HSL19.81º85.48%24.31%-
HSV(B)19.81º92.17%45.1%-
XYZ8.025.470.89-
YUV61.2498.52166.35-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 68.45%
GREEN value IS 44 (17.58% from 255) = 26.19%
BLUE value IS 9 (3.91% from 255) = 5.36%
R=68.45%
G=26.19%
B=5.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.92
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11544900.620.920.5519.8185.4824.31
Hex732C903E5C37145518
Octal1635411076134672412530
Binary111001110110010010111110101110011011110100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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