Html Css Color HEX #9D3010 Burnt Umber

📋 copy color: '#9D3010'

red 157 ◦ green 48 ◦ blue 16

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

Shades of Burnt Umber #9D3010

Tints of Burnt Umber #9D3010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.24%

R = 71.04%
G = 21.72%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.38

RGB Variations

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

Color information

#9D3010 (or 0x9D3010) is known color: Burnt Umber. HEX triplet: 9D, 30 and 10. RGB value is (157,48,16). Sum of RGB (Red+Green+Blue) = 157+48+16=221 (29% of max value = 765). Red value is 157 (61.72% from 255 or 71.04% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D3010 is #62CFEF. Grayscale: #4D4D4D. Windows color (decimal): -6475760 or 1061021. OLE color: 1061021.

HSL color Cylindrical-coordinate representation of color #9D3010: hue angle of 13.62º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D3010 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 48 16 -
CMYK 0 0.69 0.90 0.38
HSL 13.62º 0.82% 0.34% -
HSV(B) 13.62º 0.9% 0.62% -
XYZ 15.06 9.32 1.5 -
YUV 76.94 93.61 185.1 -
System Red Green Blue C M Y K H S L
Decimal 157 48 16 0 0.69 0.90 0.38 13.62 0.82 0.34
Hex 9D 30 10 0 45 5A 26 E 52 22
Octal 235 60 20 0 105 132 46 16 122 42
Binary 10011101 110000 10000 0 1000101 1011010 100110 1110 1010010 100010

Color Harmonies of #9D3010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3010

Black with #9D3010

Text Example


Text Example

White with #9D3010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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