Html Css Color HEX #89350E Saddle Brown

📋 copy color: '#89350E'

red 137 ◦ green 53 ◦ blue 14

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

Shades of Saddle Brown #89350E

Tints of Saddle Brown #89350E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.98%

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

R = 67.16%
G = 25.98%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.46

RGB Variations

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

Color information

#89350E (or 0x89350E) is known color: Saddle Brown. HEX triplet: 89, 35 and 0E. RGB value is (137,53,14). Sum of RGB (Red+Green+Blue) = 137+53+14=204 (27% of max value = 765). Red value is 137 (53.91% from 255 or 67.16% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 14 (5.86% from 255 or 6.86% from 204); Max value from RGB is 137 - color contains mainly: red. Hex color #89350E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89350E is #76CAF1. Grayscale: #494949. Windows color (decimal): -7785202 or 931209. OLE color: 931209.

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

Color convert

RGB 137 53 14 -
CMYK 0 0.61 0.90 0.46
HSL 19.02º 0.81% 0.3% -
HSV(B) 19.02º 0.9% 0.54% -
XYZ 11.67 7.9 1.32 -
YUV 73.67 94.33 173.17 -
System Red Green Blue C M Y K H S L
Decimal 137 53 14 0 0.61 0.90 0.46 19.02 0.81 0.3
Hex 89 35 E 0 3D 5A 2E 13 51 1E
Octal 211 65 16 0 75 132 56 23 121 36
Binary 10001001 110101 1110 0 111101 1011010 101110 10011 1010001 11110

Color Harmonies of #89350E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89350E

Black with #89350E

Text Example


Text Example

White with #89350E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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