Html Css Color HEX #89550E Saddle Brown

📋 copy color: '#89550E'

red 137 ◦ green 85 ◦ blue 14

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

Shades of Saddle Brown #89550E

Tints of Saddle Brown #89550E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.02%

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

R = 58.05%
G = 36.02%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.46

RGB Variations

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

Color information

#89550E (or 0x89550E) is known color: Saddle Brown. HEX triplet: 89, 55 and 0E. RGB value is (137,85,14). Sum of RGB (Red+Green+Blue) = 137+85+14=236 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.05% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 137 - color contains mainly: red. Hex color #89550E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #89550E is #76AAF1. Grayscale: #5C5C5C. Windows color (decimal): -7777010 or 939401. OLE color: 939401.

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

Color convert

RGB 137 85 14 -
CMYK 0 0.38 0.90 0.46
HSL 34.63º 0.81% 0.3% -
HSV(B) 34.63º 0.9% 0.54% -
XYZ 13.64 11.85 1.98 -
YUV 92.45 83.73 159.77 -
System Red Green Blue C M Y K H S L
Decimal 137 85 14 0 0.38 0.90 0.46 34.63 0.81 0.3
Hex 89 55 E 0 26 5A 2E 23 51 1E
Octal 211 125 16 0 46 132 56 43 121 36
Binary 10001001 1010101 1110 0 100110 1011010 101110 100011 1010001 11110

Color Harmonies of #89550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89550E

Black with #89550E

Text Example


Text Example

White with #89550E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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