#9B3214

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

Shades of Burnt Umber #9B3214

Tints of Burnt Umber #9B3214

Color information

#9B3214 (or 0x9B3214) is unknown color: approx Burnt Umber. HEX triplet: 9B, 32 and 14. RGB value is (155,50,20). Sum of RGB (Red+Green+Blue) = 155+50+20=225 (29% of max value = 765). Red value is 155 (60.94% from 255 or 68.89% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3214 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3214 is #64CDEB. Grayscale: #4E4E4E. Windows color (decimal): -6606316 or 1323675. OLE color: 1323675.

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

Color convert

RGB1555020-
CMYK00.680.870.39
HSL13.33º77.14%34.31%-
HSV(B)13.33º87.1%60.78%-
XYZ14.789.31.68-
YUV77.9795.29182.94-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 68.89%
GREEN value IS 50 (19.92% from 255) = 22.22%
BLUE value IS 20 (8.20% from 255) = 8.89%
R=68.89%
G=22.22%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.87
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155502000.680.870.3913.3377.1434.31
Hex9B32140445727d4d22
Octal23362240104127471511542
Binary100110111100101010001000100101011110011111011001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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