Html Css Color HEX #9D331E Burnt Umber

📋 copy color: '#9D331E'

red 157 ◦ green 51 ◦ blue 30

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

Shades of Burnt Umber #9D331E

Tints of Burnt Umber #9D331E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.43%

 BLUE value IS 30 (12.11% from 255) = 12.61%

R = 65.97%
G = 21.43%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#9D331E (or 0x9D331E) is known color: Burnt Umber. HEX triplet: 9D, 33 and 1E. RGB value is (157,51,30). Sum of RGB (Red+Green+Blue) = 157+51+30=238 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.97% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 30 (12.11% from 255 or 12.61% from 238); Max value from RGB is 157 - color contains mainly: red. Hex color #9D331E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D331E is #62CCE1. Grayscale: #505050. Windows color (decimal): -6474978 or 1979293. OLE color: 1979293.

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

Color convert

RGB 157 51 30 -
CMYK 0 0.68 0.81 0.38
HSL 9.92º 0.68% 0.37% -
HSV(B) 9.92º 0.81% 0.62% -
XYZ 15.32 9.63 2.28 -
YUV 80.3 99.62 182.71 -
System Red Green Blue C M Y K H S L
Decimal 157 51 30 0 0.68 0.81 0.38 9.92 0.68 0.37
Hex 9D 33 1E 0 44 51 26 A 44 25
Octal 235 63 36 0 104 121 46 12 104 45
Binary 10011101 110011 11110 0 1000100 1010001 100110 1010 1000100 100101

Color Harmonies of #9D331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D331E

Black with #9D331E

Text Example


Text Example

White with #9D331E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,51,30); }

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

background-color css

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

 a { background-color: rgb(157,51,30); }

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

border-color css

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

 span { border-color: rgb(157,51,30); }

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