Html Css Color HEX #973014 Burnt Umber

📋 copy color: '#973014'

red 151 ◦ green 48 ◦ blue 20

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

Shades of Burnt Umber #973014

Tints of Burnt Umber #973014

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.92%

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

R = 68.95%
G = 21.92%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#973014 (or 0x973014) is known color: Burnt Umber. HEX triplet: 97, 30 and 14. RGB value is (151,48,20). Sum of RGB (Red+Green+Blue) = 151+48+20=219 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.95% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 20 (8.20% from 255 or 9.13% from 219); Max value from RGB is 151 - color contains mainly: red. Hex color #973014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973014 is #68CFEB. Grayscale: #4B4B4B. Windows color (decimal): -6868972 or 1323159. OLE color: 1323159.

HSL color Cylindrical-coordinate representation of color #973014: hue angle of 12.82º 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 #973014 is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 48 20 -
CMYK 0 0.68 0.87 0.41
HSL 12.82º 0.77% 0.34% -
HSV(B) 12.82º 0.87% 0.59% -
XYZ 13.95 8.74 1.61 -
YUV 75.61 96.62 181.78 -
System Red Green Blue C M Y K H S L
Decimal 151 48 20 0 0.68 0.87 0.41 12.82 0.77 0.34
Hex 97 30 14 0 44 57 29 D 4D 22
Octal 227 60 24 0 104 127 51 15 115 42
Binary 10010111 110000 10100 0 1000100 1010111 101001 1101 1001101 100010

Color Harmonies of #973014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973014

Black with #973014

Text Example


Text Example

White with #973014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973014; }

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

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

background-color css

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

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

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

border-color css

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

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

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