Html Css Color HEX #893014 Burnt Umber

📋 copy color: '#893014'

red 137 ◦ green 48 ◦ blue 20

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

Shades of Burnt Umber #893014

Tints of Burnt Umber #893014

RGB

 RED value IS 137 (53.91% from 255) = 66.83%

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

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

R = 66.83%
G = 23.41%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#893014 (or 0x893014) is known color: Burnt Umber. HEX triplet: 89, 30 and 14. RGB value is (137,48,20). Sum of RGB (Red+Green+Blue) = 137+48+20=205 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.83% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 20 (8.20% from 255 or 9.76% from 205); Max value from RGB is 137 - color contains mainly: red. Hex color #893014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893014 is #76CFEB. Grayscale: #474747. Windows color (decimal): -7786476 or 1323145. OLE color: 1323145.

HSL color Cylindrical-coordinate representation of color #893014: hue angle of 14.36º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #893014 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 48 20 -
CMYK 0 0.65 0.85 0.46
HSL 14.36º 0.75% 0.31% -
HSV(B) 14.36º 0.85% 0.54% -
XYZ 11.5 7.48 1.5 -
YUV 71.42 98.99 174.78 -
System Red Green Blue C M Y K H S L
Decimal 137 48 20 0 0.65 0.85 0.46 14.36 0.75 0.31
Hex 89 30 14 0 41 55 2E E 4B 1F
Octal 211 60 24 0 101 125 56 16 113 37
Binary 10001001 110000 10100 0 1000001 1010101 101110 1110 1001011 11111

Color Harmonies of #893014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893014

Black with #893014

Text Example


Text Example

White with #893014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893014; }

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

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

background-color css

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

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

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

border-color css

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

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

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