Html Css Color HEX #895400 Saddle Brown

📋 copy color: '#895400'

red 137 ◦ green 84 ◦ blue 0

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

Shades of Saddle Brown #895400

Tints of Saddle Brown #895400

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.01%

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

R = 61.99%
G = 38.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#895400 (or 0x895400) is known color: Saddle Brown. HEX triplet: 89, 54 and 00. RGB value is (137,84,0). Sum of RGB (Red+Green+Blue) = 137+84+0=221 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.99% from 221); Green value is 84 (33.20% from 255 or 38.01% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 137 - color contains mainly: red. Hex color #895400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895400 is #76ABFF. Grayscale: #5A5A5A. Windows color (decimal): -7777280 or 21641. OLE color: 21641.

HSL color Cylindrical-coordinate representation of color #895400: hue angle of 36.79º 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 #895400 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 84 0 -
CMYK 0 0.39 1 0.46
HSL 36.79º 1% 0.27% -
HSV(B) 36.79º 1% 0.54% -
XYZ 13.49 11.66 1.54 -
YUV 90.27 77.06 161.33 -
System Red Green Blue C M Y K H S L
Decimal 137 84 0 0 0.39 1 0.46 36.79 1 0.27
Hex 89 54 0 0 27 64 2E 25 64 1B
Octal 211 124 0 0 47 144 56 45 144 33
Binary 10001001 1010100 0 0 100111 1100100 101110 100101 1100100 11011

Color Harmonies of #895400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895400

Black with #895400

Text Example


Text Example

White with #895400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895400; }

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

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

background-color css

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

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

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

border-color css

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

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

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