Html Css Color HEX #9F3011 Burnt Umber

📋 copy color: '#9F3011'

red 159 ◦ green 48 ◦ blue 17

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

Shades of Burnt Umber #9F3011

Tints of Burnt Umber #9F3011

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.43%

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

R = 70.98%
G = 21.43%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9F3011 (or 0x9F3011) is known color: Burnt Umber. HEX triplet: 9F, 30 and 11. RGB value is (159,48,17). Sum of RGB (Red+Green+Blue) = 159+48+17=224 (29% of max value = 765). Red value is 159 (62.5% from 255 or 70.98% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 17 (7.03% from 255 or 7.59% from 224); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3011 is #60CFEE. Grayscale: #4D4D4D. Windows color (decimal): -6344687 or 1126559. OLE color: 1126559.

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

Color convert

RGB 159 48 17 -
CMYK 0 0.70 0.89 0.38
HSL 13.1º 0.81% 0.35% -
HSV(B) 13.1º 0.89% 0.62% -
XYZ 15.46 9.53 1.55 -
YUV 77.66 93.77 186.02 -
System Red Green Blue C M Y K H S L
Decimal 159 48 17 0 0.70 0.89 0.38 13.1 0.81 0.35
Hex 9F 30 11 0 46 59 26 D 51 23
Octal 237 60 21 0 106 131 46 15 121 43
Binary 10011111 110000 10001 0 1000110 1011001 100110 1101 1010001 100011

Color Harmonies of #9F3011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3011

Black with #9F3011

Text Example


Text Example

White with #9F3011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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