Html Css Color HEX #89410E Saddle Brown

📋 copy color: '#89410E'

red 137 ◦ green 65 ◦ blue 14

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

Shades of Saddle Brown #89410E

Tints of Saddle Brown #89410E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.09%

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

R = 63.43%
G = 30.09%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.46

RGB Variations

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

Color information

#89410E (or 0x89410E) is known color: Saddle Brown. HEX triplet: 89, 41 and 0E. RGB value is (137,65,14). Sum of RGB (Red+Green+Blue) = 137+65+14=216 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.43% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 14 (5.86% from 255 or 6.48% from 216); Max value from RGB is 137 - color contains mainly: red. Hex color #89410E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89410E is #76BEF1. Grayscale: #505050. Windows color (decimal): -7782130 or 934281. OLE color: 934281.

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

Color convert

RGB 137 65 14 -
CMYK 0 0.53 0.90 0.46
HSL 24.88º 0.81% 0.3% -
HSV(B) 24.88º 0.9% 0.54% -
XYZ 12.29 9.13 1.53 -
YUV 80.71 90.35 168.15 -
System Red Green Blue C M Y K H S L
Decimal 137 65 14 0 0.53 0.90 0.46 24.88 0.81 0.3
Hex 89 41 E 0 35 5A 2E 19 51 1E
Octal 211 101 16 0 65 132 56 31 121 36
Binary 10001001 1000001 1110 0 110101 1011010 101110 11001 1010001 11110

Color Harmonies of #89410E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89410E

Black with #89410E

Text Example


Text Example

White with #89410E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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