Html Css Color HEX #893114 Burnt Umber

📋 copy color: '#893114'

red 137 ◦ green 49 ◦ blue 20

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

Shades of Burnt Umber #893114

Tints of Burnt Umber #893114

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.79%

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

R = 66.5%
G = 23.79%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#893114 (or 0x893114) is known color: Burnt Umber. HEX triplet: 89, 31 and 14. RGB value is (137,49,20). Sum of RGB (Red+Green+Blue) = 137+49+20=206 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.50% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 20 (8.20% from 255 or 9.71% from 206); Max value from RGB is 137 - color contains mainly: red. Hex color #893114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893114 is #76CEEB. Grayscale: #484848. Windows color (decimal): -7786220 or 1323401. OLE color: 1323401.

HSL color Cylindrical-coordinate representation of color #893114: hue angle of 14.87º 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 #893114 is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 49 20 -
CMYK 0 0.64 0.85 0.46
HSL 14.87º 0.75% 0.31% -
HSV(B) 14.87º 0.85% 0.54% -
XYZ 11.54 7.57 1.51 -
YUV 72.01 98.65 174.36 -
System Red Green Blue C M Y K H S L
Decimal 137 49 20 0 0.64 0.85 0.46 14.87 0.75 0.31
Hex 89 31 14 0 40 55 2E F 4B 1F
Octal 211 61 24 0 100 125 56 17 113 37
Binary 10001001 110001 10100 0 1000000 1010101 101110 1111 1001011 11111

Color Harmonies of #893114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893114

Black with #893114

Text Example


Text Example

White with #893114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893114; }

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

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

background-color css

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

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

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

border-color css

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

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

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