#752D0C

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

Shades of Peru Tan #752D0C

Tints of Peru Tan #752D0C

Color information

#752D0C (or 0x752D0C) is unknown color: approx Peru Tan. HEX triplet: 75, 2D and 0C. RGB value is (117,45,12). Sum of RGB (Red+Green+Blue) = 117+45+12=174 (23% of max value = 765). Red value is 117 (46.09% from 255 or 67.24% from 174); Green value is 45 (17.97% from 255 or 25.86% from 174); Blue value is 12 (5.08% from 255 or 6.90% from 174); Max value from RGB is 117 - color contains mainly: red. Hex color #752D0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752D0C is #8AD2F3. Grayscale: #3E3E3E. Windows color (decimal): -9097972 or 798069. OLE color: 798069.

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

Color convert

RGB1174512-
CMYK00.620.900.54
HSL18.86º81.4%25.29%-
HSV(B)18.86º89.74%45.88%-
XYZ8.345.691.01-
YUV62.7799.35166.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 67.24%
GREEN value IS 45 (17.97% from 255) = 25.86%
BLUE value IS 12 (5.08% from 255) = 6.90%
R=67.24%
G=25.86%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117451200.620.900.5418.8681.425.29
Hex752DC03E5A36135119
Octal1655514076132662312131
Binary111010110110111000111110101101011011010011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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