Html Css Color HEX #9F2E11 Burnt Umber

📋 copy color: '#9F2E11'

red 159 ◦ green 46 ◦ blue 17

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

Shades of Burnt Umber #9F2E11

Tints of Burnt Umber #9F2E11

RGB

 RED value IS 159 (62.5% from 255) = 71.62%

 GREEN value IS 46 (18.36% from 255) = 20.72%

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

R = 71.62%
G = 20.72%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9F2E11 (or 0x9F2E11) is known color: Burnt Umber. HEX triplet: 9F, 2E and 11. RGB value is (159,46,17). Sum of RGB (Red+Green+Blue) = 159+46+17=222 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.62% from 222); Green value is 46 (18.36% from 255 or 20.72% from 222); Blue value is 17 (7.03% from 255 or 7.66% from 222); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2E11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2E11 is #60D1EE. Grayscale: #4C4C4C. Windows color (decimal): -6345199 or 1126047. OLE color: 1126047.

HSL color Cylindrical-coordinate representation of color #9F2E11: hue angle of 12.25º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F2E11 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 46 17 -
CMYK 0 0.71 0.89 0.38
HSL 12.25º 0.81% 0.35% -
HSV(B) 12.25º 0.89% 0.62% -
XYZ 15.38 9.37 1.53 -
YUV 76.48 94.44 186.86 -
System Red Green Blue C M Y K H S L
Decimal 159 46 17 0 0.71 0.89 0.38 12.25 0.81 0.35
Hex 9F 2E 11 0 47 59 26 C 51 23
Octal 237 56 21 0 107 131 46 14 121 43
Binary 10011111 101110 10001 0 1000111 1011001 100110 1100 1010001 100011

Color Harmonies of #9F2E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2E11

Black with #9F2E11

Text Example


Text Example

White with #9F2E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,46,17); }

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

background-color css

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

 a { background-color: rgb(159,46,17); }

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

border-color css

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

 span { border-color: rgb(159,46,17); }

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