Html Css Color HEX #895000 Saddle Brown

📋 copy color: '#895000'

red 137 ◦ green 80 ◦ blue 0

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

Shades of Saddle Brown #895000

Tints of Saddle Brown #895000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.13%
G = 36.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#895000 (or 0x895000) is known color: Saddle Brown. HEX triplet: 89, 50 and 00. RGB value is (137,80,0). Sum of RGB (Red+Green+Blue) = 137+80+0=217 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.13% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 137 - color contains mainly: red. Hex color #895000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895000 is #76AFFF. Grayscale: #585858. Windows color (decimal): -7778304 or 20617. OLE color: 20617.

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

Color convert

RGB 137 80 0 -
CMYK 0 0.42 1 0.46
HSL 35.04º 1% 0.27% -
HSV(B) 35.04º 1% 0.54% -
XYZ 13.19 11.06 1.44 -
YUV 87.92 78.38 163 -
System Red Green Blue C M Y K H S L
Decimal 137 80 0 0 0.42 1 0.46 35.04 1 0.27
Hex 89 50 0 0 2A 64 2E 23 64 1B
Octal 211 120 0 0 52 144 56 43 144 33
Binary 10001001 1010000 0 0 101010 1100100 101110 100011 1100100 11011

Color Harmonies of #895000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895000

Black with #895000

Text Example


Text Example

White with #895000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895000; }

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

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

background-color css

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

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

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

border-color css

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

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

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