#752D08

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

Shades of Peru Tan #752D08

Tints of Peru Tan #752D08

Color information

#752D08 (or 0x752D08) is unknown color: approx Peru Tan. HEX triplet: 75, 2D and 08. RGB value is (117,45,8). Sum of RGB (Red+Green+Blue) = 117+45+8=170 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.82% from 170); Green value is 45 (17.97% from 255 or 26.47% from 170); Blue value is 8 (3.52% from 255 or 4.71% from 170); Max value from RGB is 117 - color contains mainly: red. Hex color #752D08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752D08 is #8AD2F7. Grayscale: #3E3E3E. Windows color (decimal): -9097976 or 535925. OLE color: 535925.

HSL color Cylindrical-coordinate representation of color #752D08: hue angle of 20.37º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #752D08 is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB117458-
CMYK00.620.930.54
HSL20.37º87.2%24.51%-
HSV(B)20.37º93.16%45.88%-
XYZ8.325.680.89-
YUV62.3197.35167.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 68.82%
GREEN value IS 45 (17.97% from 255) = 26.47%
BLUE value IS 8 (3.52% from 255) = 4.71%
R=68.82%
G=26.47%
B=4.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11745800.620.930.5420.3787.224.51
Hex752D803E5D36145719
Octal1655510076135662412731
Binary111010110110110000111110101110111011010100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752D08; }

 p { color: rgb(117,45,8); }

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

<style>
 a { background-color: #752D08; }

 a { background-color: rgb(117,45,8); }

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

<style>
 span { border-color: #752D08; }

 span { border-color: rgb(117,45,8); }

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