#752808

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

Shades of Peru Tan #752808

Tints of Peru Tan #752808

Color information

#752808 (or 0x752808) is unknown color: approx Peru Tan. HEX triplet: 75, 28 and 08. RGB value is (117,40,8). Sum of RGB (Red+Green+Blue) = 117+40+8=165 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.91% from 165); Green value is 40 (16.02% from 255 or 24.24% from 165); Blue value is 8 (3.52% from 255 or 4.85% from 165); Max value from RGB is 117 - color contains mainly: red. Hex color #752808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752808 is #8AD7F7. Grayscale: #3B3B3B. Windows color (decimal): -9099256 or 534645. OLE color: 534645.

HSL color Cylindrical-coordinate representation of color #752808: hue angle of 17.61º 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 #752808 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB117408-
CMYK00.660.930.54
HSL17.61º87.2%24.51%-
HSV(B)17.61º93.16%45.88%-
XYZ8.145.320.83-
YUV59.3799.01169.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 70.91%
GREEN value IS 40 (16.02% from 255) = 24.24%
BLUE value IS 8 (3.52% from 255) = 4.85%
R=70.91%
G=24.24%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11740800.660.930.5417.6187.224.51
Hex752880425D36125719
Octal16550100102135662212731
Binary1110101101000100001000010101110111011010010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752808; }

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

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

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

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

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

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

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

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