#752B16

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

Shades of Pueblo #752B16

Tints of Pueblo #752B16

Color information

#752B16 (or 0x752B16) is unknown color: approx Pueblo. HEX triplet: 75, 2B and 16. RGB value is (117,43,22). Sum of RGB (Red+Green+Blue) = 117+43+22=182 (24% of max value = 765). Red value is 117 (46.09% from 255 or 64.29% from 182); Green value is 43 (17.19% from 255 or 23.63% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 117 - color contains mainly: red. Hex color #752B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752B16 is #8AD4E9. Grayscale: #3E3E3E. Windows color (decimal): -9098474 or 1452917. OLE color: 1452917.

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

Color convert

RGB1174322-
CMYK00.630.810.54
HSL13.26º68.35%27.25%-
HSV(B)13.26º81.2%45.88%-
XYZ8.345.571.39-
YUV62.73105.02166.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 64.29%
GREEN value IS 43 (17.19% from 255) = 23.63%
BLUE value IS 22 (8.98% from 255) = 12.09%
R=64.29%
G=23.63%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117432200.630.810.5413.2668.3527.25
Hex752B1603F5136d441b
Octal1655326077121661510433
Binary111010110101110110011111110100011101101101100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,43,22); }

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

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

 a { background-color: rgb(117,43,22); }

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

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

 span { border-color: rgb(117,43,22); }

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