Html Css Color HEX #9D3013 Burnt Umber

📋 copy color: '#9D3013'

red 157 ◦ green 48 ◦ blue 19

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

Shades of Burnt Umber #9D3013

Tints of Burnt Umber #9D3013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.48%

R = 70.09%
G = 21.43%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.38

RGB Variations

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

Color information

#9D3013 (or 0x9D3013) is known color: Burnt Umber. HEX triplet: 9D, 30 and 13. RGB value is (157,48,19). Sum of RGB (Red+Green+Blue) = 157+48+19=224 (29% of max value = 765). Red value is 157 (61.72% from 255 or 70.09% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 19 (7.81% from 255 or 8.48% from 224); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D3013 is #62CFEC. Grayscale: #4D4D4D. Windows color (decimal): -6475757 or 1257629. OLE color: 1257629.

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

Color convert

RGB 157 48 19 -
CMYK 0 0.69 0.88 0.38
HSL 12.61º 0.78% 0.35% -
HSV(B) 12.61º 0.88% 0.62% -
XYZ 15.08 9.33 1.62 -
YUV 77.29 95.11 184.86 -
System Red Green Blue C M Y K H S L
Decimal 157 48 19 0 0.69 0.88 0.38 12.61 0.78 0.35
Hex 9D 30 13 0 45 58 26 D 4E 23
Octal 235 60 23 0 105 130 46 15 116 43
Binary 10011101 110000 10011 0 1000101 1011000 100110 1101 1001110 100011

Color Harmonies of #9D3013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3013

Black with #9D3013

Text Example


Text Example

White with #9D3013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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