Html Css Color HEX #895014 Saddle Brown

📋 copy color: '#895014'

red 137 ◦ green 80 ◦ blue 20

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

Shades of Saddle Brown #895014

Tints of Saddle Brown #895014

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.76%

 BLUE value IS 20 (8.2% from 255) = 8.44%

R = 57.81%
G = 33.76%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#895014 (or 0x895014) is known color: Saddle Brown. HEX triplet: 89, 50 and 14. RGB value is (137,80,20). Sum of RGB (Red+Green+Blue) = 137+80+20=237 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.81% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 137 - color contains mainly: red. Hex color #895014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895014 is #76AFEB. Grayscale: #5A5A5A. Windows color (decimal): -7778284 or 1331337. OLE color: 1331337.

HSL color Cylindrical-coordinate representation of color #895014: hue angle of 30.77º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #895014 is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 80 20 -
CMYK 0 0.42 0.85 0.46
HSL 30.77º 0.75% 0.31% -
HSV(B) 30.77º 0.85% 0.54% -
XYZ 13.31 11.11 2.1 -
YUV 90.2 88.38 161.38 -
System Red Green Blue C M Y K H S L
Decimal 137 80 20 0 0.42 0.85 0.46 30.77 0.75 0.31
Hex 89 50 14 0 2A 55 2E 1F 4B 1F
Octal 211 120 24 0 52 125 56 37 113 37
Binary 10001001 1010000 10100 0 101010 1010101 101110 11111 1001011 11111

Color Harmonies of #895014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895014

Black with #895014

Text Example


Text Example

White with #895014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895014; }

 p { color: rgb(137,80,20); }

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

background-color css

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

 a { background-color: rgb(137,80,20); }

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

border-color css

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

 span { border-color: rgb(137,80,20); }

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