#9B2A14

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

Shades of Burnt Umber #9B2A14

Tints of Burnt Umber #9B2A14

Color information

#9B2A14 (or 0x9B2A14) is unknown color: approx Burnt Umber. HEX triplet: 9B, 2A and 14. RGB value is (155,42,20). Sum of RGB (Red+Green+Blue) = 155+42+20=217 (28% of max value = 765). Red value is 155 (60.94% from 255 or 71.43% from 217); Green value is 42 (16.80% from 255 or 19.35% from 217); Blue value is 20 (8.20% from 255 or 9.22% from 217); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2A14 is #64D5EB. Grayscale: #494949. Windows color (decimal): -6608364 or 1321627. OLE color: 1321627.

HSL color Cylindrical-coordinate representation of color #9B2A14: hue angle of 9.78º 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 #9B2A14 is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.39.

Color convert

RGB1554220-
CMYK00.730.870.39
HSL9.78º77.14%34.31%-
HSV(B)9.78º87.1%60.78%-
XYZ14.478.671.57-
YUV73.2897.94186.29-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 71.43%
GREEN value IS 42 (16.80% from 255) = 19.35%
BLUE value IS 20 (8.20% from 255) = 9.22%
R=71.43%
G=19.35%
B=9.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.87
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155422000.730.870.399.7877.1434.31
Hex9B2A140495727a4d22
Octal23352240111127471211542
Binary100110111010101010001001001101011110011110101001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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