#732C22

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

Shades of Pueblo #732C22

Tints of Pueblo #732C22

Color information

#732C22 (or 0x732C22) is unknown color: approx Pueblo. HEX triplet: 73, 2C and 22. RGB value is (115,44,34). Sum of RGB (Red+Green+Blue) = 115+44+34=193 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.59% from 193); Green value is 44 (17.58% from 255 or 22.80% from 193); Blue value is 34 (13.67% from 255 or 17.62% from 193); Max value from RGB is 115 - color contains mainly: red. Hex color #732C22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732C22 is #8CD3DD. Grayscale: #404040. Windows color (decimal): -9229278 or 2239603. OLE color: 2239603.

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

Color convert

RGB1154434-
CMYK00.620.700.55
HSL7.41º54.36%29.22%-
HSV(B)7.41º70.43%45.1%-
XYZ8.265.562.15-
YUV64.09111.02164.31-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 59.59%
GREEN value IS 44 (17.58% from 255) = 22.80%
BLUE value IS 34 (13.67% from 255) = 17.62%
R=59.59%
G=22.80%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115443400.620.700.557.4154.3629.22
Hex732C2203E46377361d
Octal16354420761066776635
Binary11100111011001000100111110100011011011111111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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