Html Css Color HEX #9B3111 Burnt Umber

📋 copy color: '#9B3111'

red 155 ◦ green 49 ◦ blue 17

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

Shades of Burnt Umber #9B3111

Tints of Burnt Umber #9B3111

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.17%

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

R = 70.14%
G = 22.17%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.39

RGB Variations

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

Color information

#9B3111 (or 0x9B3111) is known color: Burnt Umber. HEX triplet: 9B, 31 and 11. RGB value is (155,49,17). Sum of RGB (Red+Green+Blue) = 155+49+17=221 (29% of max value = 765). Red value is 155 (60.94% from 255 or 70.14% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 17 (7.03% from 255 or 7.69% from 221); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3111 is #64CEEE. Grayscale: #4D4D4D. Windows color (decimal): -6606575 or 1126811. OLE color: 1126811.

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

Color convert

RGB 155 49 17 -
CMYK 0 0.68 0.89 0.39
HSL 13.91º 0.8% 0.34% -
HSV(B) 13.91º 0.89% 0.61% -
XYZ 14.72 9.21 1.53 -
YUV 77.05 94.12 183.6 -
System Red Green Blue C M Y K H S L
Decimal 155 49 17 0 0.68 0.89 0.39 13.91 0.8 0.34
Hex 9B 31 11 0 44 59 27 E 50 22
Octal 233 61 21 0 104 131 47 16 120 42
Binary 10011011 110001 10001 0 1000100 1011001 100111 1110 1010000 100010

Color Harmonies of #9B3111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3111

Black with #9B3111

Text Example


Text Example

White with #9B3111

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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