Html Css Color HEX #913014 Burnt Umber

📋 copy color: '#913014'

red 145 ◦ green 48 ◦ blue 20

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

Shades of Burnt Umber #913014

Tints of Burnt Umber #913014

RGB

 RED value IS 145 (57.03% from 255) = 68.08%

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

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

R = 68.08%
G = 22.54%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#913014 (or 0x913014) is known color: Burnt Umber. HEX triplet: 91, 30 and 14. RGB value is (145,48,20). Sum of RGB (Red+Green+Blue) = 145+48+20=213 (28% of max value = 765). Red value is 145 (57.03% from 255 or 68.08% from 213); Green value is 48 (19.14% from 255 or 22.54% from 213); Blue value is 20 (8.20% from 255 or 9.39% from 213); Max value from RGB is 145 - color contains mainly: red. Hex color #913014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913014 is #6ECFEB. Grayscale: #4A4A4A. Windows color (decimal): -7262188 or 1323153. OLE color: 1323153.

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

Color convert

RGB 145 48 20 -
CMYK 0 0.67 0.86 0.43
HSL 13.44º 0.76% 0.32% -
HSV(B) 13.44º 0.86% 0.57% -
XYZ 12.86 8.18 1.56 -
YUV 73.81 97.64 178.78 -
System Red Green Blue C M Y K H S L
Decimal 145 48 20 0 0.67 0.86 0.43 13.44 0.76 0.32
Hex 91 30 14 0 43 56 2B D 4C 20
Octal 221 60 24 0 103 126 53 15 114 40
Binary 10010001 110000 10100 0 1000011 1010110 101011 1101 1001100 100000

Color Harmonies of #913014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913014

Black with #913014

Text Example


Text Example

White with #913014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913014; }

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

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

background-color css

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

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

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

border-color css

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

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

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