Html Css Color HEX #893214 Burnt Umber

📋 copy color: '#893214'

red 137 ◦ green 50 ◦ blue 20

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

Shades of Burnt Umber #893214

Tints of Burnt Umber #893214

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.15%

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

R = 66.18%
G = 24.15%
B = 9.66%

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

#893214 (or 0x893214) is known color: Burnt Umber. HEX triplet: 89, 32 and 14. RGB value is (137,50,20). Sum of RGB (Red+Green+Blue) = 137+50+20=207 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.18% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 20 (8.20% from 255 or 9.66% from 207); Max value from RGB is 137 - color contains mainly: red. Hex color #893214 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893214 is #76CDEB. Grayscale: #484848. Windows color (decimal): -7785964 or 1323657. OLE color: 1323657.

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

Color convert

RGB 137 50 20 -
CMYK 0 0.64 0.85 0.46
HSL 15.38º 0.75% 0.31% -
HSV(B) 15.38º 0.85% 0.54% -
XYZ 11.58 7.65 1.53 -
YUV 72.59 98.32 173.94 -
System Red Green Blue C M Y K H S L
Decimal 137 50 20 0 0.64 0.85 0.46 15.38 0.75 0.31
Hex 89 32 14 0 40 55 2E F 4B 1F
Octal 211 62 24 0 100 125 56 17 113 37
Binary 10001001 110010 10100 0 1000000 1010101 101110 1111 1001011 11111

Color Harmonies of #893214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893214

Black with #893214

Text Example


Text Example

White with #893214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893214; }

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

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

background-color css

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

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

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

border-color css

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

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

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