#752E20

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

Shades of Pueblo #752E20

Tints of Pueblo #752E20

Color information

#752E20 (or 0x752E20) is unknown color: approx Pueblo. HEX triplet: 75, 2E and 20. RGB value is (117,46,32). Sum of RGB (Red+Green+Blue) = 117+46+32=195 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60% from 195); Green value is 46 (18.36% from 255 or 23.59% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 117 - color contains mainly: red. Hex color #752E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752E20 is #8AD1DF. Grayscale: #414141. Windows color (decimal): -9097696 or 2109045. OLE color: 2109045.

HSL color Cylindrical-coordinate representation of color #752E20: hue angle of 9.88º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #752E20 is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB1174632-
CMYK00.610.730.54
HSL9.88º57.05%29.22%-
HSV(B)9.88º72.65%45.88%-
XYZ8.575.842.04-
YUV65.63109.02164.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 60%
GREEN value IS 46 (18.36% from 255) = 23.59%
BLUE value IS 32 (12.89% from 255) = 16.41%
R=60%
G=23.59%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117463200.610.730.549.8857.0529.22
Hex752E2003D4936a391d
Octal165564007511166127135
Binary111010110111010000001111011001001110110101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,46,32); }

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

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

 a { background-color: rgb(117,46,32); }

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

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

 span { border-color: rgb(117,46,32); }

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