Html Css Color HEX #9D3011 Burnt Umber

📋 copy color: '#9D3011'

red 157 ◦ green 48 ◦ blue 17

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

Shades of Burnt Umber #9D3011

Tints of Burnt Umber #9D3011

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.62%

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

R = 70.72%
G = 21.62%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9D3011 (or 0x9D3011) is known color: Burnt Umber. HEX triplet: 9D, 30 and 11. RGB value is (157,48,17). Sum of RGB (Red+Green+Blue) = 157+48+17=222 (29% of max value = 765). Red value is 157 (61.72% from 255 or 70.72% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 17 (7.03% from 255 or 7.66% from 222); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D3011 is #62CFEE. Grayscale: #4D4D4D. Windows color (decimal): -6475759 or 1126557. OLE color: 1126557.

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

Color convert

RGB 157 48 17 -
CMYK 0 0.69 0.89 0.38
HSL 13.29º 0.8% 0.34% -
HSV(B) 13.29º 0.89% 0.62% -
XYZ 15.06 9.32 1.54 -
YUV 77.06 94.11 185.02 -
System Red Green Blue C M Y K H S L
Decimal 157 48 17 0 0.69 0.89 0.38 13.29 0.8 0.34
Hex 9D 30 11 0 45 59 26 D 50 22
Octal 235 60 21 0 105 131 46 15 120 42
Binary 10011101 110000 10001 0 1000101 1011001 100110 1101 1010000 100010

Color Harmonies of #9D3011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3011

Black with #9D3011

Text Example


Text Example

White with #9D3011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,48,17); }

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

background-color css

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

 a { background-color: rgb(157,48,17); }

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

border-color css

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

 span { border-color: rgb(157,48,17); }

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