#752906

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

Shades of Peru Tan #752906

Tints of Peru Tan #752906

Color information

#752906 (or 0x752906) is unknown color: approx Peru Tan. HEX triplet: 75, 29 and 06. RGB value is (117,41,6). Sum of RGB (Red+Green+Blue) = 117+41+6=164 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.34% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 6 (2.73% from 255 or 3.66% from 164); Max value from RGB is 117 - color contains mainly: red. Hex color #752906 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752906 is #8AD6F9. Grayscale: #3B3B3B. Windows color (decimal): -9099002 or 403829. OLE color: 403829.

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

Color convert

RGB117416-
CMYK00.650.950.54
HSL18.92º90.24%24.12%-
HSV(B)18.92º94.87%45.88%-
XYZ8.165.380.78-
YUV59.7397.68168.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 71.34%
GREEN value IS 41 (16.41% from 255) = 25%
BLUE value IS 6 (2.73% from 255) = 3.66%
R=71.34%
G=25%
B=3.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11741600.650.950.5418.9290.2424.12
Hex752960415F36135a18
Octal1655160101137662313230
Binary111010110100111001000001101111111011010011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752906; }

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

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

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

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

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

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

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

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