Html Css Color HEX #9F2D12 Burnt Umber

📋 copy color: '#9F2D12'

red 159 ◦ green 45 ◦ blue 18

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

Shades of Burnt Umber #9F2D12

Tints of Burnt Umber #9F2D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.11%

R = 71.62%
G = 20.27%
B = 8.11%

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

#9F2D12 (or 0x9F2D12) is known color: Burnt Umber. HEX triplet: 9F, 2D and 12. RGB value is (159,45,18). Sum of RGB (Red+Green+Blue) = 159+45+18=222 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.62% from 222); Green value is 45 (17.97% from 255 or 20.27% from 222); Blue value is 18 (7.42% from 255 or 8.11% from 222); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2D12 is #60D2ED. Grayscale: #4C4C4C. Windows color (decimal): -6345454 or 1191327. OLE color: 1191327.

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

Color convert

RGB 159 45 18 -
CMYK 0 0.72 0.89 0.38
HSL 11.49º 0.8% 0.35% -
HSV(B) 11.49º 0.89% 0.62% -
XYZ 15.35 9.29 1.56 -
YUV 76.01 95.27 187.2 -
System Red Green Blue C M Y K H S L
Decimal 159 45 18 0 0.72 0.89 0.38 11.49 0.8 0.35
Hex 9F 2D 12 0 48 59 26 B 50 23
Octal 237 55 22 0 110 131 46 13 120 43
Binary 10011111 101101 10010 0 1001000 1011001 100110 1011 1010000 100011

Color Harmonies of #9F2D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2D12

Black with #9F2D12

Text Example


Text Example

White with #9F2D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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