Html Css Color HEX #9D2C12 Burnt Umber

📋 copy color: '#9D2C12'

red 157 ◦ green 44 ◦ blue 18

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

Shades of Burnt Umber #9D2C12

Tints of Burnt Umber #9D2C12

RGB

 RED value IS 157 (61.72% from 255) = 71.69%

 GREEN value IS 44 (17.58% from 255) = 20.09%

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

R = 71.69%
G = 20.09%
B = 8.22%

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

#9D2C12 (or 0x9D2C12) is known color: Burnt Umber. HEX triplet: 9D, 2C and 12. RGB value is (157,44,18). Sum of RGB (Red+Green+Blue) = 157+44+18=219 (29% of max value = 765). Red value is 157 (61.72% from 255 or 71.69% from 219); Green value is 44 (17.58% from 255 or 20.09% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D2C12 is #62D3ED. Grayscale: #4B4B4B. Windows color (decimal): -6476782 or 1191069. OLE color: 1191069.

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

Color convert

RGB 157 44 18 -
CMYK 0 0.72 0.89 0.38
HSL 11.22º 0.79% 0.34% -
HSV(B) 11.22º 0.89% 0.62% -
XYZ 14.91 9.01 1.53 -
YUV 74.82 95.94 186.61 -
System Red Green Blue C M Y K H S L
Decimal 157 44 18 0 0.72 0.89 0.38 11.22 0.79 0.34
Hex 9D 2C 12 0 48 59 26 B 4F 22
Octal 235 54 22 0 110 131 46 13 117 42
Binary 10011101 101100 10010 0 1001000 1011001 100110 1011 1001111 100010

Color Harmonies of #9D2C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D2C12

Black with #9D2C12

Text Example


Text Example

White with #9D2C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,44,18); }

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

background-color css

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

 a { background-color: rgb(157,44,18); }

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

border-color css

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

 span { border-color: rgb(157,44,18); }

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