Html Css Color HEX #9D2D16 Burnt Umber

📋 copy color: '#9D2D16'

red 157 ◦ green 45 ◦ blue 22

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

Shades of Burnt Umber #9D2D16

Tints of Burnt Umber #9D2D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.82%

R = 70.09%
G = 20.09%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#9D2D16 (or 0x9D2D16) is known color: Burnt Umber. HEX triplet: 9D, 2D and 16. RGB value is (157,45,22). Sum of RGB (Red+Green+Blue) = 157+45+22=224 (29% of max value = 765). Red value is 157 (61.72% from 255 or 70.09% from 224); Green value is 45 (17.97% from 255 or 20.09% from 224); Blue value is 22 (8.98% from 255 or 9.82% from 224); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D2D16 is #62D2E9. Grayscale: #4C4C4C. Windows color (decimal): -6476522 or 1453469. OLE color: 1453469.

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

Color convert

RGB 157 45 22 -
CMYK 0 0.71 0.86 0.38
HSL 10.22º 0.75% 0.35% -
HSV(B) 10.22º 0.86% 0.62% -
XYZ 14.99 9.1 1.73 -
YUV 75.87 97.61 185.87 -
System Red Green Blue C M Y K H S L
Decimal 157 45 22 0 0.71 0.86 0.38 10.22 0.75 0.35
Hex 9D 2D 16 0 47 56 26 A 4B 23
Octal 235 55 26 0 107 126 46 12 113 43
Binary 10011101 101101 10110 0 1000111 1010110 100110 1010 1001011 100011

Color Harmonies of #9D2D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D2D16

Black with #9D2D16

Text Example


Text Example

White with #9D2D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,45,22); }

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

background-color css

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

 a { background-color: rgb(157,45,22); }

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

border-color css

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

 span { border-color: rgb(157,45,22); }

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