#752C06

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

Shades of Peru Tan #752C06

Tints of Peru Tan #752C06

Color information

#752C06 (or 0x752C06) is unknown color: approx Peru Tan. HEX triplet: 75, 2C and 06. RGB value is (117,44,6). Sum of RGB (Red+Green+Blue) = 117+44+6=167 (22% of max value = 765). Red value is 117 (46.09% from 255 or 70.06% from 167); Green value is 44 (17.58% from 255 or 26.35% from 167); Blue value is 6 (2.73% from 255 or 3.59% from 167); Max value from RGB is 117 - color contains mainly: red. Hex color #752C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752C06 is #8AD3F9. Grayscale: #3D3D3D. Windows color (decimal): -9098234 or 404597. OLE color: 404597.

HSL color Cylindrical-coordinate representation of color #752C06: hue angle of 20.54º 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 #752C06 is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.54.

Color convert

RGB117446-
CMYK00.620.950.54
HSL20.54º90.24%24.12%-
HSV(B)20.54º94.87%45.88%-
XYZ8.275.60.82-
YUV61.4996.68167.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 70.06%
GREEN value IS 44 (17.58% from 255) = 26.35%
BLUE value IS 6 (2.73% from 255) = 3.59%
R=70.06%
G=26.35%
B=3.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11744600.620.950.5420.5490.2424.12
Hex752C603E5F36155a18
Octal165546076137662513230
Binary11101011011001100111110101111111011010101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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