Html Css Color HEX #973013 Burnt Umber

📋 copy color: '#973013'

red 151 ◦ green 48 ◦ blue 19

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

Shades of Burnt Umber #973013

Tints of Burnt Umber #973013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.72%

R = 69.27%
G = 22.02%
B = 8.72%

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

#973013 (or 0x973013) is known color: Burnt Umber. HEX triplet: 97, 30 and 13. RGB value is (151,48,19). Sum of RGB (Red+Green+Blue) = 151+48+19=218 (28% of max value = 765). Red value is 151 (59.38% from 255 or 69.27% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 19 (7.81% from 255 or 8.72% from 218); Max value from RGB is 151 - color contains mainly: red. Hex color #973013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973013 is #68CFEC. Grayscale: #4B4B4B. Windows color (decimal): -6868973 or 1257623. OLE color: 1257623.

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

Color convert

RGB 151 48 19 -
CMYK 0 0.68 0.87 0.41
HSL 13.18º 0.78% 0.33% -
HSV(B) 13.18º 0.87% 0.59% -
XYZ 13.94 8.74 1.57 -
YUV 75.49 96.12 181.86 -
System Red Green Blue C M Y K H S L
Decimal 151 48 19 0 0.68 0.87 0.41 13.18 0.78 0.33
Hex 97 30 13 0 44 57 29 D 4E 21
Octal 227 60 23 0 104 127 51 15 116 41
Binary 10010111 110000 10011 0 1000100 1010111 101001 1101 1001110 100001

Color Harmonies of #973013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973013

Black with #973013

Text Example


Text Example

White with #973013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973013; }

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

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

background-color css

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

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

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

border-color css

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

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

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