Html Css Color HEX #9D321A Burnt Umber

📋 copy color: '#9D321A'

red 157 ◦ green 50 ◦ blue 26

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

Shades of Burnt Umber #9D321A

Tints of Burnt Umber #9D321A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.46%

 BLUE value IS 26 (10.55% from 255) = 11.16%

R = 67.38%
G = 21.46%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.38

RGB Variations

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

Color information

#9D321A (or 0x9D321A) is known color: Burnt Umber. HEX triplet: 9D, 32 and 1A. RGB value is (157,50,26). Sum of RGB (Red+Green+Blue) = 157+50+26=233 (30% of max value = 765). Red value is 157 (61.72% from 255 or 67.38% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 26 (10.55% from 255 or 11.16% from 233); Max value from RGB is 157 - color contains mainly: red. Hex color #9D321A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D321A is #62CDE5. Grayscale: #4F4F4F. Windows color (decimal): -6475238 or 1716893. OLE color: 1716893.

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

Color convert

RGB 157 50 26 -
CMYK 0 0.68 0.83 0.38
HSL 10.99º 0.72% 0.36% -
HSV(B) 10.99º 0.83% 0.62% -
XYZ 15.23 9.52 2.01 -
YUV 79.26 97.95 183.45 -
System Red Green Blue C M Y K H S L
Decimal 157 50 26 0 0.68 0.83 0.38 10.99 0.72 0.36
Hex 9D 32 1A 0 44 53 26 B 48 24
Octal 235 62 32 0 104 123 46 13 110 44
Binary 10011101 110010 11010 0 1000100 1010011 100110 1011 1001000 100100

Color Harmonies of #9D321A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D321A

Black with #9D321A

Text Example


Text Example

White with #9D321A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,50,26); }

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

background-color css

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

 a { background-color: rgb(157,50,26); }

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

border-color css

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

 span { border-color: rgb(157,50,26); }

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