#752A0B

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

Shades of Peru Tan #752A0B

Tints of Peru Tan #752A0B

Color information

#752A0B (or 0x752A0B) is unknown color: approx Peru Tan. HEX triplet: 75, 2A and 0B. RGB value is (117,42,11). Sum of RGB (Red+Green+Blue) = 117+42+11=170 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.82% from 170); Green value is 42 (16.80% from 255 or 24.71% from 170); Blue value is 11 (4.69% from 255 or 6.47% from 170); Max value from RGB is 117 - color contains mainly: red. Hex color #752A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752A0B is #8AD5F4. Grayscale: #3D3D3D. Windows color (decimal): -9098741 or 731765. OLE color: 731765.

HSL color Cylindrical-coordinate representation of color #752A0B: hue angle of 17.55º degrees, saturation: 0.83, 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 #752A0B is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB1174211-
CMYK00.640.910.54
HSL17.55º82.81%25.1%-
HSV(B)17.55º90.6%45.88%-
XYZ8.225.460.94-
YUV60.8999.85168.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 68.82%
GREEN value IS 42 (16.80% from 255) = 24.71%
BLUE value IS 11 (4.69% from 255) = 6.47%
R=68.82%
G=24.71%
B=6.47%

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
Decimal117421100.640.910.5417.5582.8125.1
Hex752AB0405B36125319
Octal16552130100133662212331
Binary1110101101010101101000000101101111011010010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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