#732B20

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

Shades of Pueblo #732B20

Tints of Pueblo #732B20

Color information

#732B20 (or 0x732B20) is unknown color: approx Pueblo. HEX triplet: 73, 2B and 20. RGB value is (115,43,32). Sum of RGB (Red+Green+Blue) = 115+43+32=190 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.53% from 190); Green value is 43 (17.19% from 255 or 22.63% from 190); Blue value is 32 (12.89% from 255 or 16.84% from 190); Max value from RGB is 115 - color contains mainly: red. Hex color #732B20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732B20 is #8CD4DF. Grayscale: #3F3F3F. Windows color (decimal): -9229536 or 2108275. OLE color: 2108275.

HSL color Cylindrical-coordinate representation of color #732B20: hue angle of 7.95º 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 #732B20 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB1154332-
CMYK00.630.720.55
HSL7.95º56.46%28.82%-
HSV(B)7.95º72.17%45.1%-
XYZ8.195.481.99-
YUV63.27110.35164.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 60.53%
GREEN value IS 43 (17.19% from 255) = 22.63%
BLUE value IS 32 (12.89% from 255) = 16.84%
R=60.53%
G=22.63%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115433200.630.720.557.9556.4628.82
Hex732B2003F48378381d
Octal163534007711067107035
Binary111001110101110000001111111001000110111100011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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