Html Css Color HEX #893312 Burnt Umber

📋 copy color: '#893312'

red 137 ◦ green 51 ◦ blue 18

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

Shades of Burnt Umber #893312

Tints of Burnt Umber #893312

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.76%

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

R = 66.5%
G = 24.76%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.46

RGB Variations

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

Color information

#893312 (or 0x893312) is known color: Burnt Umber. HEX triplet: 89, 33 and 12. RGB value is (137,51,18). Sum of RGB (Red+Green+Blue) = 137+51+18=206 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.50% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 18 (7.42% from 255 or 8.74% from 206); Max value from RGB is 137 - color contains mainly: red. Hex color #893312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893312 is #76CCED. Grayscale: #494949. Windows color (decimal): -7785710 or 1192841. OLE color: 1192841.

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

Color convert

RGB 137 51 18 -
CMYK 0 0.63 0.87 0.46
HSL 16.64º 0.77% 0.3% -
HSV(B) 16.64º 0.87% 0.54% -
XYZ 11.61 7.73 1.45 -
YUV 72.95 96.99 173.68 -
System Red Green Blue C M Y K H S L
Decimal 137 51 18 0 0.63 0.87 0.46 16.64 0.77 0.3
Hex 89 33 12 0 3F 57 2E 11 4D 1E
Octal 211 63 22 0 77 127 56 21 115 36
Binary 10001001 110011 10010 0 111111 1010111 101110 10001 1001101 11110

Color Harmonies of #893312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893312

Black with #893312

Text Example


Text Example

White with #893312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893312; }

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

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

background-color css

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

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

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

border-color css

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

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

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