#9B371B

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

Shades of Burnt Umber #9B371B

Tints of Burnt Umber #9B371B

Color information

#9B371B (or 0x9B371B) is unknown color: approx Burnt Umber. HEX triplet: 9B, 37 and 1B. RGB value is (155,55,27). Sum of RGB (Red+Green+Blue) = 155+55+27=237 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.40% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 27 (10.94% from 255 or 11.39% from 237); Max value from RGB is 155 - color contains mainly: red. Hex color #9B371B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B371B is #64C8E4. Grayscale: #515151. Windows color (decimal): -6605029 or 1783707. OLE color: 1783707.

HSL color Cylindrical-coordinate representation of color #9B371B: hue angle of 13.12º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9B371B is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.39.

Color convert

RGB1555527-
CMYK00.650.830.39
HSL13.12º70.33%35.69%-
HSV(B)13.12º82.58%60.78%-
XYZ15.089.782.13-
YUV81.7197.13180.28-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 65.40%
GREEN value IS 55 (21.88% from 255) = 23.21%
BLUE value IS 27 (10.94% from 255) = 11.39%
R=65.40%
G=23.21%
B=11.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.83
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155552700.650.830.3913.1270.3335.69
Hex9B371B0415327d4624
Octal23367330101123471510644
Binary100110111101111101101000001101001110011111011000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B371B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,55,27); }

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

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

 a { background-color: rgb(155,55,27); }

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

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

 span { border-color: rgb(155,55,27); }

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