Html Css Color HEX #9D2D19 Burnt Umber

📋 copy color: '#9D2D19'

red 157 ◦ green 45 ◦ blue 25

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

Shades of Burnt Umber #9D2D19

Tints of Burnt Umber #9D2D19

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.82%

 BLUE value IS 25 (10.16% from 255) = 11.01%

R = 69.16%
G = 19.82%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9D2D19 (or 0x9D2D19) is known color: Burnt Umber. HEX triplet: 9D, 2D and 19. RGB value is (157,45,25). Sum of RGB (Red+Green+Blue) = 157+45+25=227 (30% of max value = 765). Red value is 157 (61.72% from 255 or 69.16% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 25 (10.16% from 255 or 11.01% from 227); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2D19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D2D19 is #62D2E6. Grayscale: #4C4C4C. Windows color (decimal): -6476519 or 1650077. OLE color: 1650077.

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

Color convert

RGB 157 45 25 -
CMYK 0 0.71 0.84 0.38
HSL 9.09º 0.73% 0.36% -
HSV(B) 9.09º 0.84% 0.62% -
XYZ 15.02 9.12 1.89 -
YUV 76.21 99.11 185.63 -
System Red Green Blue C M Y K H S L
Decimal 157 45 25 0 0.71 0.84 0.38 9.09 0.73 0.36
Hex 9D 2D 19 0 47 54 26 9 49 24
Octal 235 55 31 0 107 124 46 11 111 44
Binary 10011101 101101 11001 0 1000111 1010100 100110 1001 1001001 100100

Color Harmonies of #9D2D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D2D19

Black with #9D2D19

Text Example


Text Example

White with #9D2D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,45,25); }

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

background-color css

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

 a { background-color: rgb(157,45,25); }

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

border-color css

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

 span { border-color: rgb(157,45,25); }

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