#9B2E12

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

Shades of Burnt Umber #9B2E12

Tints of Burnt Umber #9B2E12

Color information

#9B2E12 (or 0x9B2E12) is unknown color: approx Burnt Umber. HEX triplet: 9B, 2E and 12. RGB value is (155,46,18). Sum of RGB (Red+Green+Blue) = 155+46+18=219 (29% of max value = 765). Red value is 155 (60.94% from 255 or 70.78% from 219); Green value is 46 (18.36% from 255 or 21.00% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2E12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2E12 is #64D1ED. Grayscale: #4B4B4B. Windows color (decimal): -6607342 or 1191579. OLE color: 1191579.

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

Color convert

RGB1554618-
CMYK00.700.880.39
HSL12.26º79.19%33.92%-
HSV(B)12.26º88.39%60.78%-
XYZ14.68.971.53-
YUV75.495.61184.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 70.78%
GREEN value IS 46 (18.36% from 255) = 21.00%
BLUE value IS 18 (7.42% from 255) = 8.22%
R=70.78%
G=21.00%
B=8.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155461800.700.880.3912.2679.1933.92
Hex9B2E120465827c4f22
Octal23356220106130471411742
Binary100110111011101001001000110101100010011111001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,46,18); }

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

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

 a { background-color: rgb(155,46,18); }

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

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

 span { border-color: rgb(155,46,18); }

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