Html Css Color HEX #973211 Burnt Umber

📋 copy color: '#973211'

red 151 ◦ green 50 ◦ blue 17

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

Shades of Burnt Umber #973211

Tints of Burnt Umber #973211

RGB

 RED value IS 151 (59.38% from 255) = 69.27%

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

 BLUE value IS 17 (7.03% from 255) = 7.8%

R = 69.27%
G = 22.94%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#973211 (or 0x973211) is known color: Burnt Umber. HEX triplet: 97, 32 and 11. RGB value is (151,50,17). Sum of RGB (Red+Green+Blue) = 151+50+17=218 (28% of max value = 765). Red value is 151 (59.38% from 255 or 69.27% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 17 (7.03% from 255 or 7.80% from 218); Max value from RGB is 151 - color contains mainly: red. Hex color #973211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973211 is #68CDEE. Grayscale: #4C4C4C. Windows color (decimal): -6868463 or 1127063. OLE color: 1127063.

HSL color Cylindrical-coordinate representation of color #973211: hue angle of 14.78º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #973211 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 50 17 -
CMYK 0 0.67 0.89 0.41
HSL 14.78º 0.8% 0.33% -
HSV(B) 14.78º 0.89% 0.59% -
XYZ 14 8.9 1.51 -
YUV 76.44 94.46 181.18 -
System Red Green Blue C M Y K H S L
Decimal 151 50 17 0 0.67 0.89 0.41 14.78 0.8 0.33
Hex 97 32 11 0 43 59 29 F 50 21
Octal 227 62 21 0 103 131 51 17 120 41
Binary 10010111 110010 10001 0 1000011 1011001 101001 1111 1010000 100001

Color Harmonies of #973211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973211

Black with #973211

Text Example


Text Example

White with #973211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973211; }

 p { color: rgb(151,50,17); }

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

background-color css

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

 a { background-color: rgb(151,50,17); }

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

border-color css

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

 span { border-color: rgb(151,50,17); }

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