#9b3221

Color #9B3221 Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #9B3221

Tints of Burnt Umber #9B3221

Color information

#9B3221 (or 0x9B3221) is unknown color: approx Burnt Umber. HEX triplet: 9B, 32 and 21. RGB value is (155,50,33). Sum of RGB (Red+Green+Blue) = 155+50+33=238 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.13% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 33 (13.28% from 255 or 13.87% from 238); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3221 is #64CDDE. Grayscale: #4F4F4F. Windows color (decimal): -6606303 or 2175643. OLE color: 2175643.

HSL color Cylindrical-coordinate representation of color #9B3221: hue angle of 8.36º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9B3221 is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB1555033-
CMYK00.680.790.39
HSL8.36º64.89%36.86%-
HSV(B)8.36º78.71%60.78%-
XYZ14.939.362.46-
YUV79.46101.79181.88-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 65.13%
GREEN value IS 50 (19.92% from 255) = 21.01%
BLUE value IS 33 (13.28% from 255) = 13.87%
R=65.13%
G=21.01%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155503300.680.790.398.3664.8936.86
Hex9B32210444F2784125
Octal23362410104117471010145
Binary1001101111001010000101000100100111110011110001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b3221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9b3221; }

 p { color: rgb(155,50,33); }

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

<style>
 a { background-color: #9b3221; }

 a { background-color: rgb(155,50,33); }

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

<style>
 span { border-color: #9b3221; }

 span { border-color: rgb(155,50,33); }

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