Html Css Color HEX #893012 Burnt Umber

📋 copy color: '#893012'

red 137 ◦ green 48 ◦ blue 18

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

Shades of Burnt Umber #893012

Tints of Burnt Umber #893012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.87%

R = 67.49%
G = 23.65%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.46

RGB Variations

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

Color information

#893012 (or 0x893012) is known color: Burnt Umber. HEX triplet: 89, 30 and 12. RGB value is (137,48,18). Sum of RGB (Red+Green+Blue) = 137+48+18=203 (26% of max value = 765). Red value is 137 (53.91% from 255 or 67.49% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 137 - color contains mainly: red. Hex color #893012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893012 is #76CFED. Grayscale: #474747. Windows color (decimal): -7786478 or 1192073. OLE color: 1192073.

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

Color convert

RGB 137 48 18 -
CMYK 0 0.65 0.87 0.46
HSL 15.13º 0.77% 0.3% -
HSV(B) 15.13º 0.87% 0.54% -
XYZ 11.48 7.48 1.41 -
YUV 71.19 97.99 174.94 -
System Red Green Blue C M Y K H S L
Decimal 137 48 18 0 0.65 0.87 0.46 15.13 0.77 0.3
Hex 89 30 12 0 41 57 2E F 4D 1E
Octal 211 60 22 0 101 127 56 17 115 36
Binary 10001001 110000 10010 0 1000001 1010111 101110 1111 1001101 11110

Color Harmonies of #893012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893012

Black with #893012

Text Example


Text Example

White with #893012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893012; }

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

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

background-color css

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

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

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

border-color css

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

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

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