Html Css Color HEX #9D3012 Burnt Umber

📋 copy color: '#9D3012'

red 157 ◦ green 48 ◦ blue 18

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

Shades of Burnt Umber #9D3012

Tints of Burnt Umber #9D3012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.07%

R = 70.4%
G = 21.52%
B = 8.07%

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

#9D3012 (or 0x9D3012) is known color: Burnt Umber. HEX triplet: 9D, 30 and 12. RGB value is (157,48,18). Sum of RGB (Red+Green+Blue) = 157+48+18=223 (29% of max value = 765). Red value is 157 (61.72% from 255 or 70.40% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 18 (7.42% from 255 or 8.07% from 223); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D3012 is #62CFED. Grayscale: #4D4D4D. Windows color (decimal): -6475758 or 1192093. OLE color: 1192093.

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

Color convert

RGB 157 48 18 -
CMYK 0 0.69 0.89 0.38
HSL 12.95º 0.79% 0.34% -
HSV(B) 12.95º 0.89% 0.62% -
XYZ 15.07 9.33 1.58 -
YUV 77.17 94.61 184.94 -
System Red Green Blue C M Y K H S L
Decimal 157 48 18 0 0.69 0.89 0.38 12.95 0.79 0.34
Hex 9D 30 12 0 45 59 26 D 4F 22
Octal 235 60 22 0 105 131 46 15 117 42
Binary 10011101 110000 10010 0 1000101 1011001 100110 1101 1001111 100010

Color Harmonies of #9D3012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3012

Black with #9D3012

Text Example


Text Example

White with #9D3012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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