Html Css Color HEX #9D301D Burnt Umber

📋 copy color: '#9D301D'

red 157 ◦ green 48 ◦ blue 29

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

Shades of Burnt Umber #9D301D

Tints of Burnt Umber #9D301D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.39%

R = 67.09%
G = 20.51%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9D301D (or 0x9D301D) is known color: Burnt Umber. HEX triplet: 9D, 30 and 1D. RGB value is (157,48,29). Sum of RGB (Red+Green+Blue) = 157+48+29=234 (30% of max value = 765). Red value is 157 (61.72% from 255 or 67.09% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 29 (11.72% from 255 or 12.39% from 234); Max value from RGB is 157 - color contains mainly: red. Hex color #9D301D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D301D is #62CFE2. Grayscale: #4E4E4E. Windows color (decimal): -6475747 or 1912989. OLE color: 1912989.

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

Color convert

RGB 157 48 29 -
CMYK 0 0.69 0.82 0.38
HSL 8.91º 0.69% 0.36% -
HSV(B) 8.91º 0.82% 0.62% -
XYZ 15.18 9.37 2.17 -
YUV 78.43 100.11 184.04 -
System Red Green Blue C M Y K H S L
Decimal 157 48 29 0 0.69 0.82 0.38 8.91 0.69 0.36
Hex 9D 30 1D 0 45 52 26 9 45 24
Octal 235 60 35 0 105 122 46 11 105 44
Binary 10011101 110000 11101 0 1000101 1010010 100110 1001 1000101 100100

Color Harmonies of #9D301D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D301D

Black with #9D301D

Text Example


Text Example

White with #9D301D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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