#732C20

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

Shades of Pueblo #732C20

Tints of Pueblo #732C20

Color information

#732C20 (or 0x732C20) is unknown color: approx Pueblo. HEX triplet: 73, 2C and 20. RGB value is (115,44,32). Sum of RGB (Red+Green+Blue) = 115+44+32=191 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.21% from 191); Green value is 44 (17.58% from 255 or 23.04% from 191); Blue value is 32 (12.89% from 255 or 16.75% from 191); Max value from RGB is 115 - color contains mainly: red. Hex color #732C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732C20 is #8CD3DF. Grayscale: #3F3F3F. Windows color (decimal): -9229280 or 2108531. OLE color: 2108531.

HSL color Cylindrical-coordinate representation of color #732C20: hue angle of 8.67º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #732C20 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB1154432-
CMYK00.620.720.55
HSL8.67º56.46%28.82%-
HSV(B)8.67º72.17%45.1%-
XYZ8.235.552-
YUV63.86110.02164.48-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 60.21%
GREEN value IS 44 (17.58% from 255) = 23.04%
BLUE value IS 32 (12.89% from 255) = 16.75%
R=60.21%
G=23.04%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115443200.620.720.558.6756.4628.82
Hex732C2003E48379381d
Octal163544007611067117035
Binary111001110110010000001111101001000110111100111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732C20; }

 p { color: rgb(115,44,32); }

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

<style>
 a { background-color: #732C20; }

 a { background-color: rgb(115,44,32); }

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

<style>
 span { border-color: #732C20; }

 span { border-color: rgb(115,44,32); }

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