Html Css Color HEX #89490E Saddle Brown

📋 copy color: '#89490E'

red 137 ◦ green 73 ◦ blue 14

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

Shades of Saddle Brown #89490E

Tints of Saddle Brown #89490E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.59%

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

R = 61.16%
G = 32.59%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.46

RGB Variations

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

Color information

#89490E (or 0x89490E) is known color: Saddle Brown. HEX triplet: 89, 49 and 0E. RGB value is (137,73,14). Sum of RGB (Red+Green+Blue) = 137+73+14=224 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.16% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 14 (5.86% from 255 or 6.25% from 224); Max value from RGB is 137 - color contains mainly: red. Hex color #89490E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89490E is #76B6F1. Grayscale: #555555. Windows color (decimal): -7780082 or 936329. OLE color: 936329.

HSL color Cylindrical-coordinate representation of color #89490E: hue angle of 28.78º 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 #89490E is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 73 14 -
CMYK 0 0.47 0.90 0.46
HSL 28.78º 0.81% 0.3% -
HSV(B) 28.78º 0.9% 0.54% -
XYZ 12.78 10.12 1.69 -
YUV 85.41 87.7 164.8 -
System Red Green Blue C M Y K H S L
Decimal 137 73 14 0 0.47 0.90 0.46 28.78 0.81 0.3
Hex 89 49 E 0 2F 5A 2E 1D 51 1E
Octal 211 111 16 0 57 132 56 35 121 36
Binary 10001001 1001001 1110 0 101111 1011010 101110 11101 1010001 11110

Color Harmonies of #89490E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89490E

Black with #89490E

Text Example


Text Example

White with #89490E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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