#752A14

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

Shades of Pueblo #752A14

Tints of Pueblo #752A14

Color information

#752A14 (or 0x752A14) is unknown color: approx Pueblo. HEX triplet: 75, 2A and 14. RGB value is (117,42,20). Sum of RGB (Red+Green+Blue) = 117+42+20=179 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.36% from 179); Green value is 42 (16.80% from 255 or 23.46% from 179); Blue value is 20 (8.20% from 255 or 11.17% from 179); Max value from RGB is 117 - color contains mainly: red. Hex color #752A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752A14 is #8AD5EB. Grayscale: #3E3E3E. Windows color (decimal): -9098732 or 1321589. OLE color: 1321589.

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

Color convert

RGB1174220-
CMYK00.640.830.54
HSL13.61º70.8%26.86%-
HSV(B)13.61º82.91%45.88%-
XYZ8.295.491.28-
YUV61.92104.35167.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 65.36%
GREEN value IS 42 (16.80% from 255) = 23.46%
BLUE value IS 20 (8.20% from 255) = 11.17%
R=65.36%
G=23.46%
B=11.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117422000.640.830.5413.6170.826.86
Hex752A140405336e471b
Octal16552240100123661610733
Binary1110101101010101000100000010100111101101110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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