#752D0F

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

Shades of Peru Tan #752D0F

Tints of Peru Tan #752D0F

Color information

#752D0F (or 0x752D0F) is unknown color: approx Peru Tan. HEX triplet: 75, 2D and 0F. RGB value is (117,45,15). Sum of RGB (Red+Green+Blue) = 117+45+15=177 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.10% from 177); Green value is 45 (17.97% from 255 or 25.42% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 117 - color contains mainly: red. Hex color #752D0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752D0F is #8AD2F0. Grayscale: #3F3F3F. Windows color (decimal): -9097969 or 994677. OLE color: 994677.

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

Color convert

RGB1174515-
CMYK00.620.870.54
HSL17.65º77.27%25.88%-
HSV(B)17.65º87.18%45.88%-
XYZ8.365.691.11-
YUV63.11100.85166.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 66.10%
GREEN value IS 45 (17.97% from 255) = 25.42%
BLUE value IS 15 (6.25% from 255) = 8.47%
R=66.10%
G=25.42%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.87
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117451500.620.870.5417.6577.2725.88
Hex752DF03E5736124d1a
Octal1655517076127662211532
Binary111010110110111110111110101011111011010010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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