#732F20

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

Shades of Pueblo #732F20

Tints of Pueblo #732F20

Color information

#732F20 (or 0x732F20) is unknown color: approx Pueblo. HEX triplet: 73, 2F and 20. RGB value is (115,47,32). Sum of RGB (Red+Green+Blue) = 115+47+32=194 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.28% from 194); Green value is 47 (18.75% from 255 or 24.23% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 115 - color contains mainly: red. Hex color #732F20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732F20 is #8CD0DF. Grayscale: #414141. Windows color (decimal): -9228512 or 2109299. OLE color: 2109299.

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

Color convert

RGB1154732-
CMYK00.590.720.55
HSL10.84º56.46%28.82%-
HSV(B)10.84º72.17%45.1%-
XYZ8.355.782.04-
YUV65.62109.03163.22-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 59.28%
GREEN value IS 47 (18.75% from 255) = 24.23%
BLUE value IS 32 (12.89% from 255) = 16.49%
R=59.28%
G=24.23%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115473200.590.720.5510.8456.4628.82
Hex732F2003B4837b381d
Octal163574007311067137035
Binary111001110111110000001110111001000110111101111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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