Html Css Color HEX #973215 Burnt Umber

📋 copy color: '#973215'

red 151 ◦ green 50 ◦ blue 21

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

Shades of Burnt Umber #973215

Tints of Burnt Umber #973215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.46%

R = 68.02%
G = 22.52%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#973215 (or 0x973215) is known color: Burnt Umber. HEX triplet: 97, 32 and 15. RGB value is (151,50,21). Sum of RGB (Red+Green+Blue) = 151+50+21=222 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.02% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 21 (8.59% from 255 or 9.46% from 222); Max value from RGB is 151 - color contains mainly: red. Hex color #973215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973215 is #68CDEA. Grayscale: #4D4D4D. Windows color (decimal): -6868459 or 1389207. OLE color: 1389207.

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

Color convert

RGB 151 50 21 -
CMYK 0 0.67 0.86 0.41
HSL 13.38º 0.76% 0.34% -
HSV(B) 13.38º 0.86% 0.59% -
XYZ 14.04 8.91 1.69 -
YUV 76.89 96.46 180.86 -
System Red Green Blue C M Y K H S L
Decimal 151 50 21 0 0.67 0.86 0.41 13.38 0.76 0.34
Hex 97 32 15 0 43 56 29 D 4C 22
Octal 227 62 25 0 103 126 51 15 114 42
Binary 10010111 110010 10101 0 1000011 1010110 101001 1101 1001100 100010

Color Harmonies of #973215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973215

Black with #973215

Text Example


Text Example

White with #973215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973215; }

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

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

background-color css

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

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

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

border-color css

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

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

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