Html Css Color HEX #9F2D11 Burnt Umber

📋 copy color: '#9F2D11'

red 159 ◦ green 45 ◦ blue 17

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

Shades of Burnt Umber #9F2D11

Tints of Burnt Umber #9F2D11

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.36%

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

R = 71.95%
G = 20.36%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9F2D11 (or 0x9F2D11) is known color: Burnt Umber. HEX triplet: 9F, 2D and 11. RGB value is (159,45,17). Sum of RGB (Red+Green+Blue) = 159+45+17=221 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.95% from 221); Green value is 45 (17.97% from 255 or 20.36% from 221); Blue value is 17 (7.03% from 255 or 7.69% from 221); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2D11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2D11 is #60D2EE. Grayscale: #4C4C4C. Windows color (decimal): -6345455 or 1125791. OLE color: 1125791.

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

Color convert

RGB 159 45 17 -
CMYK 0 0.72 0.89 0.38
HSL 11.83º 0.81% 0.35% -
HSV(B) 11.83º 0.89% 0.62% -
XYZ 15.34 9.29 1.51 -
YUV 75.89 94.77 187.28 -
System Red Green Blue C M Y K H S L
Decimal 159 45 17 0 0.72 0.89 0.38 11.83 0.81 0.35
Hex 9F 2D 11 0 48 59 26 C 51 23
Octal 237 55 21 0 110 131 46 14 121 43
Binary 10011111 101101 10001 0 1001000 1011001 100110 1100 1010001 100011

Color Harmonies of #9F2D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2D11

Black with #9F2D11

Text Example


Text Example

White with #9F2D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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