#9A2B12

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

Shades of Burnt Umber #9A2B12

Tints of Burnt Umber #9A2B12

Color information

#9A2B12 (or 0x9A2B12) is unknown color: approx Burnt Umber. HEX triplet: 9A, 2B and 12. RGB value is (154,43,18). Sum of RGB (Red+Green+Blue) = 154+43+18=215 (28% of max value = 765). Red value is 154 (60.55% from 255 or 71.63% from 215); Green value is 43 (17.19% from 255 or 20% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2B12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A2B12 is #65D4ED. Grayscale: #494949. Windows color (decimal): -6673646 or 1190810. OLE color: 1190810.

HSL color Cylindrical-coordinate representation of color #9A2B12: hue angle of 11.03º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9A2B12 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB1544318-
CMYK00.720.880.40
HSL11.03º79.07%33.73%-
HSV(B)11.03º88.31%60.39%-
XYZ14.38.641.49-
YUV73.3496.77185.53-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 71.63%
GREEN value IS 43 (17.19% from 255) = 20%
BLUE value IS 18 (7.42% from 255) = 8.37%
R=71.63%
G=20%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.88
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154431800.720.880.4011.0379.0733.73
Hex9A2B120485828b4f22
Octal23253220110130501311742
Binary100110101010111001001001000101100010100010111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A2B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,43,18); }

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

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

 a { background-color: rgb(154,43,18); }

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

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

 span { border-color: rgb(154,43,18); }

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