#752D07

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

Shades of Peru Tan #752D07

Tints of Peru Tan #752D07

Color information

#752D07 (or 0x752D07) is unknown color: approx Peru Tan. HEX triplet: 75, 2D and 07. RGB value is (117,45,7). Sum of RGB (Red+Green+Blue) = 117+45+7=169 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.23% from 169); Green value is 45 (17.97% from 255 or 26.63% from 169); Blue value is 7 (3.12% from 255 or 4.14% from 169); Max value from RGB is 117 - color contains mainly: red. Hex color #752D07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752D07 is #8AD2F8. Grayscale: #3E3E3E. Windows color (decimal): -9097977 or 470389. OLE color: 470389.

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

Color convert

RGB117457-
CMYK00.620.940.54
HSL20.73º88.71%24.31%-
HSV(B)20.73º94.02%45.88%-
XYZ8.315.670.86-
YUV62.296.85167.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 69.23%
GREEN value IS 45 (17.97% from 255) = 26.63%
BLUE value IS 7 (3.12% from 255) = 4.14%
R=69.23%
G=26.63%
B=4.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.94
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11745700.620.940.5420.7388.7124.31
Hex752D703E5E36155918
Octal165557076136662513130
Binary11101011011011110111110101111011011010101101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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