#752F09

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

Shades of Peru Tan #752F09

Tints of Peru Tan #752F09

Color information

#752F09 (or 0x752F09) is unknown color: approx Peru Tan. HEX triplet: 75, 2F and 09. RGB value is (117,47,9). Sum of RGB (Red+Green+Blue) = 117+47+9=173 (22% of max value = 765). Red value is 117 (46.09% from 255 or 67.63% from 173); Green value is 47 (18.75% from 255 or 27.17% from 173); Blue value is 9 (3.91% from 255 or 5.20% from 173); Max value from RGB is 117 - color contains mainly: red. Hex color #752F09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752F09 is #8AD0F6. Grayscale: #3F3F3F. Windows color (decimal): -9097463 or 601973. OLE color: 601973.

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

Color convert

RGB117479-
CMYK00.600.920.54
HSL21.11º85.71%24.71%-
HSV(B)21.11º92.31%45.88%-
XYZ8.45.830.94-
YUV63.697.19166.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 67.63%
GREEN value IS 47 (18.75% from 255) = 27.17%
BLUE value IS 9 (3.91% from 255) = 5.20%
R=67.63%
G=27.17%
B=5.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11747900.600.920.5421.1185.7124.71
Hex752F903C5C36155619
Octal1655711074134662512631
Binary111010110111110010111100101110011011010101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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