Html Css Color HEX #9D2C18 Burnt Umber

📋 copy color: '#9D2C18'

red 157 ◦ green 44 ◦ blue 24

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

Shades of Burnt Umber #9D2C18

Tints of Burnt Umber #9D2C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.67%

R = 69.78%
G = 19.56%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.38

RGB Variations

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

Color information

#9D2C18 (or 0x9D2C18) is known color: Burnt Umber. HEX triplet: 9D, 2C and 18. RGB value is (157,44,24). Sum of RGB (Red+Green+Blue) = 157+44+24=225 (29% of max value = 765). Red value is 157 (61.72% from 255 or 69.78% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 24 (9.77% from 255 or 10.67% from 225); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D2C18 is #62D3E7. Grayscale: #4B4B4B. Windows color (decimal): -6476776 or 1584285. OLE color: 1584285.

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

Color convert

RGB 157 44 24 -
CMYK 0 0.72 0.85 0.38
HSL 9.02º 0.73% 0.35% -
HSV(B) 9.02º 0.85% 0.62% -
XYZ 14.97 9.04 1.82 -
YUV 75.51 98.94 186.13 -
System Red Green Blue C M Y K H S L
Decimal 157 44 24 0 0.72 0.85 0.38 9.02 0.73 0.35
Hex 9D 2C 18 0 48 55 26 9 49 23
Octal 235 54 30 0 110 125 46 11 111 43
Binary 10011101 101100 11000 0 1001000 1010101 100110 1001 1001001 100011

Color Harmonies of #9D2C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D2C18

Black with #9D2C18

Text Example


Text Example

White with #9D2C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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