Html Css Color HEX #89310E Saddle Brown

📋 copy color: '#89310E'

red 137 ◦ green 49 ◦ blue 14

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

Shades of Saddle Brown #89310E

Tints of Saddle Brown #89310E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7%

R = 68.5%
G = 24.5%
B = 7%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.46

RGB Variations

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

Color information

#89310E (or 0x89310E) is known color: Saddle Brown. HEX triplet: 89, 31 and 0E. RGB value is (137,49,14). Sum of RGB (Red+Green+Blue) = 137+49+14=200 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.5% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 14 (5.86% from 255 or 7% from 200); Max value from RGB is 137 - color contains mainly: red. Hex color #89310E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89310E is #76CEF1. Grayscale: #474747. Windows color (decimal): -7786226 or 930185. OLE color: 930185.

HSL color Cylindrical-coordinate representation of color #89310E: hue angle of 17.07º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #89310E is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 49 14 -
CMYK 0 0.64 0.90 0.46
HSL 17.07º 0.81% 0.3% -
HSV(B) 17.07º 0.9% 0.54% -
XYZ 11.49 7.55 1.27 -
YUV 71.32 95.65 174.85 -
System Red Green Blue C M Y K H S L
Decimal 137 49 14 0 0.64 0.90 0.46 17.07 0.81 0.3
Hex 89 31 E 0 40 5A 2E 11 51 1E
Octal 211 61 16 0 100 132 56 21 121 36
Binary 10001001 110001 1110 0 1000000 1011010 101110 10001 1010001 11110

Color Harmonies of #89310E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89310E

Black with #89310E

Text Example


Text Example

White with #89310E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89310E; }

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

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

background-color css

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

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

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

border-color css

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

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

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