Html Css Color HEX #9B2C11 Burnt Umber

📋 copy color: '#9B2C11'

red 155 ◦ green 44 ◦ blue 17

#9B2C11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Umber #9B2C11

Tints of Burnt Umber #9B2C11

RGB

 RED value IS 155 (60.94% from 255) = 71.76%

 GREEN value IS 44 (17.58% from 255) = 20.37%

 BLUE value IS 17 (7.03% from 255) = 7.87%

R = 71.76%
G = 20.37%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.39

RGB Variations

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

Color information

#9B2C11 (or 0x9B2C11) is known color: Burnt Umber. HEX triplet: 9B, 2C and 11. RGB value is (155,44,17). Sum of RGB (Red+Green+Blue) = 155+44+17=216 (28% of max value = 765). Red value is 155 (60.94% from 255 or 71.76% from 216); Green value is 44 (17.58% from 255 or 20.37% from 216); Blue value is 17 (7.03% from 255 or 7.87% from 216); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2C11 is #64D3EE. Grayscale: #4A4A4A. Windows color (decimal): -6607855 or 1125531. OLE color: 1125531.

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

Color convert

RGB 155 44 17 -
CMYK 0 0.72 0.89 0.39
HSL 11.74º 0.8% 0.34% -
HSV(B) 11.74º 0.89% 0.61% -
XYZ 14.52 8.81 1.47 -
YUV 74.11 95.77 185.7 -
System Red Green Blue C M Y K H S L
Decimal 155 44 17 0 0.72 0.89 0.39 11.74 0.8 0.34
Hex 9B 2C 11 0 48 59 27 C 50 22
Octal 233 54 21 0 110 131 47 14 120 42
Binary 10011011 101100 10001 0 1001000 1011001 100111 1100 1010000 100010

Color Harmonies of #9B2C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2C11

Black with #9B2C11

Text Example


Text Example

White with #9B2C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,44,17); }

 H1.HeaderClassName
 {
   color: #9B2C11;
 }
 .AnyTagClassName
 {
   color: #9B2C11;
 }
</style>

background-color css

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

 a { background-color: rgb(155,44,17); }

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

border-color css

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

 span { border-color: rgb(155,44,17); }

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