Html Css Color HEX #89460E Saddle Brown

📋 copy color: '#89460E'

red 137 ◦ green 70 ◦ blue 14

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

Shades of Saddle Brown #89460E

Tints of Saddle Brown #89460E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.67%

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

R = 61.99%
G = 31.67%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.46

RGB Variations

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

Color information

#89460E (or 0x89460E) is known color: Saddle Brown. HEX triplet: 89, 46 and 0E. RGB value is (137,70,14). Sum of RGB (Red+Green+Blue) = 137+70+14=221 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.99% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 14 (5.86% from 255 or 6.33% from 221); Max value from RGB is 137 - color contains mainly: red. Hex color #89460E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89460E is #76B9F1. Grayscale: #535353. Windows color (decimal): -7780850 or 935561. OLE color: 935561.

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

Color convert

RGB 137 70 14 -
CMYK 0 0.49 0.90 0.46
HSL 27.32º 0.81% 0.3% -
HSV(B) 27.32º 0.9% 0.54% -
XYZ 12.59 9.73 1.63 -
YUV 83.65 88.7 166.05 -
System Red Green Blue C M Y K H S L
Decimal 137 70 14 0 0.49 0.90 0.46 27.32 0.81 0.3
Hex 89 46 E 0 31 5A 2E 1B 51 1E
Octal 211 106 16 0 61 132 56 33 121 36
Binary 10001001 1000110 1110 0 110001 1011010 101110 11011 1010001 11110

Color Harmonies of #89460E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89460E

Black with #89460E

Text Example


Text Example

White with #89460E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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