Html Css Color HEX #89470E Saddle Brown

📋 copy color: '#89470E'

red 137 ◦ green 71 ◦ blue 14

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

Shades of Saddle Brown #89470E

Tints of Saddle Brown #89470E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.98%

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

R = 61.71%
G = 31.98%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.46

RGB Variations

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

Color information

#89470E (or 0x89470E) is known color: Saddle Brown. HEX triplet: 89, 47 and 0E. RGB value is (137,71,14). Sum of RGB (Red+Green+Blue) = 137+71+14=222 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.71% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 137 - color contains mainly: red. Hex color #89470E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89470E is #76B8F1. Grayscale: #545454. Windows color (decimal): -7780594 or 935817. OLE color: 935817.

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

Color convert

RGB 137 71 14 -
CMYK 0 0.48 0.90 0.46
HSL 27.8º 0.81% 0.3% -
HSV(B) 27.8º 0.9% 0.54% -
XYZ 12.65 9.86 1.65 -
YUV 84.24 88.37 165.63 -
System Red Green Blue C M Y K H S L
Decimal 137 71 14 0 0.48 0.90 0.46 27.8 0.81 0.3
Hex 89 47 E 0 30 5A 2E 1C 51 1E
Octal 211 107 16 0 60 132 56 34 121 36
Binary 10001001 1000111 1110 0 110000 1011010 101110 11100 1010001 11110

Color Harmonies of #89470E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89470E

Black with #89470E

Text Example


Text Example

White with #89470E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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