Html Css Color HEX #973214 Burnt Umber

📋 copy color: '#973214'

red 151 ◦ green 50 ◦ blue 20

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

Shades of Burnt Umber #973214

Tints of Burnt Umber #973214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.05%

R = 68.33%
G = 22.62%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#973214 (or 0x973214) is known color: Burnt Umber. HEX triplet: 97, 32 and 14. RGB value is (151,50,20). Sum of RGB (Red+Green+Blue) = 151+50+20=221 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.33% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 20 (8.20% from 255 or 9.05% from 221); Max value from RGB is 151 - color contains mainly: red. Hex color #973214 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973214 is #68CDEB. Grayscale: #4D4D4D. Windows color (decimal): -6868460 or 1323671. OLE color: 1323671.

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

Color convert

RGB 151 50 20 -
CMYK 0 0.67 0.87 0.41
HSL 13.74º 0.77% 0.34% -
HSV(B) 13.74º 0.87% 0.59% -
XYZ 14.03 8.91 1.64 -
YUV 76.78 95.96 180.94 -
System Red Green Blue C M Y K H S L
Decimal 151 50 20 0 0.67 0.87 0.41 13.74 0.77 0.34
Hex 97 32 14 0 43 57 29 E 4D 22
Octal 227 62 24 0 103 127 51 16 115 42
Binary 10010111 110010 10100 0 1000011 1010111 101001 1110 1001101 100010

Color Harmonies of #973214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973214

Black with #973214

Text Example


Text Example

White with #973214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973214; }

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

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

background-color css

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

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

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

border-color css

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

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

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