#752F06

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

Shades of Peru Tan #752F06

Tints of Peru Tan #752F06

Color information

#752F06 (or 0x752F06) is unknown color: approx Peru Tan. HEX triplet: 75, 2F and 06. RGB value is (117,47,6). Sum of RGB (Red+Green+Blue) = 117+47+6=170 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.82% from 170); Green value is 47 (18.75% from 255 or 27.65% from 170); Blue value is 6 (2.73% from 255 or 3.53% from 170); Max value from RGB is 117 - color contains mainly: red. Hex color #752F06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752F06 is #8AD0F9. Grayscale: #3F3F3F. Windows color (decimal): -9097466 or 405365. OLE color: 405365.

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

Color convert

RGB117476-
CMYK00.600.950.54
HSL22.16º90.24%24.12%-
HSV(B)22.16º94.87%45.88%-
XYZ8.395.830.86-
YUV63.2695.69166.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 68.82%
GREEN value IS 47 (18.75% from 255) = 27.65%
BLUE value IS 6 (2.73% from 255) = 3.53%
R=68.82%
G=27.65%
B=3.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11747600.600.950.5422.1690.2424.12
Hex752F603C5F36165a18
Octal165576074137662613230
Binary11101011011111100111100101111111011010110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,47,6); }

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

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

 a { background-color: rgb(117,47,6); }

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

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

 span { border-color: rgb(117,47,6); }

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