#752A09

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

Shades of Peru Tan #752A09

Tints of Peru Tan #752A09

Color information

#752A09 (or 0x752A09) is unknown color: approx Peru Tan. HEX triplet: 75, 2A and 09. RGB value is (117,42,9). Sum of RGB (Red+Green+Blue) = 117+42+9=168 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.64% from 168); Green value is 42 (16.80% from 255 or 25% from 168); Blue value is 9 (3.91% from 255 or 5.36% from 168); Max value from RGB is 117 - color contains mainly: red. Hex color #752A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752A09 is #8AD5F6. Grayscale: #3C3C3C. Windows color (decimal): -9098743 or 600693. OLE color: 600693.

HSL color Cylindrical-coordinate representation of color #752A09: hue angle of 18.33º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #752A09 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB117429-
CMYK00.640.920.54
HSL18.33º85.71%24.71%-
HSV(B)18.33º92.31%45.88%-
XYZ8.215.460.88-
YUV60.6698.85168.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 69.64%
GREEN value IS 42 (16.80% from 255) = 25%
BLUE value IS 9 (3.91% from 255) = 5.36%
R=69.64%
G=25%
B=5.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11742900.640.920.5418.3385.7124.71
Hex752A90405C36125619
Octal16552110100134662212631
Binary1110101101010100101000000101110011011010010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,42,9); }

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

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

 a { background-color: rgb(117,42,9); }

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

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

 span { border-color: rgb(117,42,9); }

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