#732B08

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

Shades of Peru Tan #732B08

Tints of Peru Tan #732B08

Color information

#732B08 (or 0x732B08) is unknown color: approx Peru Tan. HEX triplet: 73, 2B and 08. RGB value is (115,43,8). Sum of RGB (Red+Green+Blue) = 115+43+8=166 (21% of max value = 765). Red value is 115 (45.31% from 255 or 69.28% from 166); Green value is 43 (17.19% from 255 or 25.90% from 166); Blue value is 8 (3.52% from 255 or 4.82% from 166); Max value from RGB is 115 - color contains mainly: red. Hex color #732B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732B08 is #8CD4F7. Grayscale: #3C3C3C. Windows color (decimal): -9229560 or 535411. OLE color: 535411.

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

Color convert

RGB115438-
CMYK00.630.930.55
HSL19.63º86.99%24.12%-
HSV(B)19.63º93.04%45.1%-
XYZ7.985.390.85-
YUV60.5498.35166.85-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 69.28%
GREEN value IS 43 (17.19% from 255) = 25.90%
BLUE value IS 8 (3.52% from 255) = 4.82%
R=69.28%
G=25.90%
B=4.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11543800.630.930.5519.6386.9924.12
Hex732B803F5D37145718
Octal1635310077135672412730
Binary111001110101110000111111101110111011110100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,43,8); }

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

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

 a { background-color: rgb(115,43,8); }

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

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

 span { border-color: rgb(115,43,8); }

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