#9B2F0C

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

Shades of Burnt Umber #9B2F0C

Tints of Burnt Umber #9B2F0C

Color information

#9B2F0C (or 0x9B2F0C) is unknown color: approx Burnt Umber. HEX triplet: 9B, 2F and 0C. RGB value is (155,47,12). Sum of RGB (Red+Green+Blue) = 155+47+12=214 (28% of max value = 765). Red value is 155 (60.94% from 255 or 72.43% from 214); Green value is 47 (18.75% from 255 or 21.96% from 214); Blue value is 12 (5.08% from 255 or 5.61% from 214); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2F0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2F0C is #64D0F3. Grayscale: #4B4B4B. Windows color (decimal): -6607092 or 798619. OLE color: 798619.

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

Color convert

RGB1554712-
CMYK00.700.920.39
HSL14.69º85.63%32.75%-
HSV(B)14.69º92.26%60.78%-
XYZ14.69.031.32-
YUV75.392.28184.85-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 72.43%
GREEN value IS 47 (18.75% from 255) = 21.96%
BLUE value IS 12 (5.08% from 255) = 5.61%
R=72.43%
G=21.96%
B=5.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.92
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155471200.700.920.3914.6985.6332.75
Hex9B2FC0465C27f5621
Octal23357140106134471712641
Binary10011011101111110001000110101110010011111111010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,47,12); }

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

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

 a { background-color: rgb(155,47,12); }

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

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

 span { border-color: rgb(155,47,12); }

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