#752A0A

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

Shades of Peru Tan #752A0A

Tints of Peru Tan #752A0A

Color information

#752A0A (or 0x752A0A) is unknown color: approx Peru Tan. HEX triplet: 75, 2A and 0A. RGB value is (117,42,10). Sum of RGB (Red+Green+Blue) = 117+42+10=169 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.23% from 169); Green value is 42 (16.80% from 255 or 24.85% from 169); Blue value is 10 (4.30% from 255 or 5.92% from 169); Max value from RGB is 117 - color contains mainly: red. Hex color #752A0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752A0A is #8AD5F5. Grayscale: #3C3C3C. Windows color (decimal): -9098742 or 666229. OLE color: 666229.

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

Color convert

RGB1174210-
CMYK00.640.910.54
HSL17.94º84.25%24.9%-
HSV(B)17.94º91.45%45.88%-
XYZ8.225.460.91-
YUV60.7899.35168.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 69.23%
GREEN value IS 42 (16.80% from 255) = 24.85%
BLUE value IS 10 (4.30% from 255) = 5.92%
R=69.23%
G=24.85%
B=5.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117421000.640.910.5417.9484.2524.9
Hex752AA0405B36125419
Octal16552120100133662212431
Binary1110101101010101001000000101101111011010010101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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