#9B2E1B

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

Shades of Burnt Umber #9B2E1B

Tints of Burnt Umber #9B2E1B

Color information

#9B2E1B (or 0x9B2E1B) is unknown color: approx Burnt Umber. HEX triplet: 9B, 2E and 1B. RGB value is (155,46,27). Sum of RGB (Red+Green+Blue) = 155+46+27=228 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.98% from 228); Green value is 46 (18.36% from 255 or 20.18% from 228); Blue value is 27 (10.94% from 255 or 11.84% from 228); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2E1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2E1B is #64D1E4. Grayscale: #4C4C4C. Windows color (decimal): -6607333 or 1781403. OLE color: 1781403.

HSL color Cylindrical-coordinate representation of color #9B2E1B: hue angle of 8.91º 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 #9B2E1B is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.39.

Color convert

RGB1554627-
CMYK00.700.830.39
HSL8.91º70.33%35.69%-
HSV(B)8.91º82.58%60.78%-
XYZ14.6992-
YUV76.42100.11184.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 67.98%
GREEN value IS 46 (18.36% from 255) = 20.18%
BLUE value IS 27 (10.94% from 255) = 11.84%
R=67.98%
G=20.18%
B=11.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.83
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155462700.700.830.398.9170.3335.69
Hex9B2E1B046532794624
Octal23356330106123471110644
Binary100110111011101101101000110101001110011110011000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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