Html Css Color HEX #9D3412 Burnt Umber

📋 copy color: '#9D3412'

red 157 ◦ green 52 ◦ blue 18

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

Shades of Burnt Umber #9D3412

Tints of Burnt Umber #9D3412

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.91%

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

R = 69.16%
G = 22.91%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9D3412 (or 0x9D3412) is known color: Burnt Umber. HEX triplet: 9D, 34 and 12. RGB value is (157,52,18). Sum of RGB (Red+Green+Blue) = 157+52+18=227 (30% of max value = 765). Red value is 157 (61.72% from 255 or 69.16% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D3412 is #62CBED. Grayscale: #4F4F4F. Windows color (decimal): -6474734 or 1193117. OLE color: 1193117.

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

Color convert

RGB 157 52 18 -
CMYK 0 0.67 0.89 0.38
HSL 14.68º 0.79% 0.34% -
HSV(B) 14.68º 0.89% 0.62% -
XYZ 15.24 9.67 1.63 -
YUV 79.52 93.29 183.26 -
System Red Green Blue C M Y K H S L
Decimal 157 52 18 0 0.67 0.89 0.38 14.68 0.79 0.34
Hex 9D 34 12 0 43 59 26 F 4F 22
Octal 235 64 22 0 103 131 46 17 117 42
Binary 10011101 110100 10010 0 1000011 1011001 100110 1111 1001111 100010

Color Harmonies of #9D3412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3412

Black with #9D3412

Text Example


Text Example

White with #9D3412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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