#9B3216

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

Shades of Burnt Umber #9B3216

Tints of Burnt Umber #9B3216

Color information

#9B3216 (or 0x9B3216) is unknown color: approx Burnt Umber. HEX triplet: 9B, 32 and 16. RGB value is (155,50,22). Sum of RGB (Red+Green+Blue) = 155+50+22=227 (30% of max value = 765). Red value is 155 (60.94% from 255 or 68.28% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 22 (8.98% from 255 or 9.69% from 227); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3216 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3216 is #64CDE9. Grayscale: #4E4E4E. Windows color (decimal): -6606314 or 1454747. OLE color: 1454747.

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

Color convert

RGB1555022-
CMYK00.680.860.39
HSL12.63º75.14%34.71%-
HSV(B)12.63º85.81%60.78%-
XYZ14.89.311.78-
YUV78.296.29182.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 68.28%
GREEN value IS 50 (19.92% from 255) = 22.03%
BLUE value IS 22 (8.98% from 255) = 9.69%
R=68.28%
G=22.03%
B=9.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155502200.680.860.3912.6375.1434.71
Hex9B32160445627d4b23
Octal23362260104126471511343
Binary100110111100101011001000100101011010011111011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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