#9B3314

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

Shades of Burnt Umber #9B3314

Tints of Burnt Umber #9B3314

Color information

#9B3314 (or 0x9B3314) is unknown color: approx Burnt Umber. HEX triplet: 9B, 33 and 14. RGB value is (155,51,20). Sum of RGB (Red+Green+Blue) = 155+51+20=226 (29% of max value = 765). Red value is 155 (60.94% from 255 or 68.58% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 20 (8.20% from 255 or 8.85% from 226); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3314 is #64CCEB. Grayscale: #4E4E4E. Windows color (decimal): -6606060 or 1323931. OLE color: 1323931.

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

Color convert

RGB1555120-
CMYK00.670.870.39
HSL13.78º77.14%34.31%-
HSV(B)13.78º87.1%60.78%-
XYZ14.839.391.69-
YUV78.5694.96182.52-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 68.58%
GREEN value IS 51 (20.31% from 255) = 22.57%
BLUE value IS 20 (8.20% from 255) = 8.85%
R=68.58%
G=22.57%
B=8.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.87
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155512000.670.870.3913.7877.1434.31
Hex9B33140435727e4d22
Octal23363240103127471611542
Binary100110111100111010001000011101011110011111101001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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