Html Css Color HEX #895401 Saddle Brown

📋 copy color: '#895401'

red 137 ◦ green 84 ◦ blue 1

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

Shades of Saddle Brown #895401

Tints of Saddle Brown #895401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.45%

R = 61.71%
G = 37.84%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#895401 (or 0x895401) is known color: Saddle Brown. HEX triplet: 89, 54 and 01. RGB value is (137,84,1). Sum of RGB (Red+Green+Blue) = 137+84+1=222 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.71% from 222); Green value is 84 (33.20% from 255 or 37.84% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 137 - color contains mainly: red. Hex color #895401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895401 is #76ABFE. Grayscale: #5A5A5A. Windows color (decimal): -7777279 or 87177. OLE color: 87177.

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

Color convert

RGB 137 84 1 -
CMYK 0 0.39 0.99 0.46
HSL 36.62º 0.99% 0.27% -
HSV(B) 36.62º 0.99% 0.54% -
XYZ 13.49 11.66 1.57 -
YUV 90.39 77.56 161.25 -
System Red Green Blue C M Y K H S L
Decimal 137 84 1 0 0.39 0.99 0.46 36.62 0.99 0.27
Hex 89 54 1 0 27 63 2E 25 63 1B
Octal 211 124 1 0 47 143 56 45 143 33
Binary 10001001 1010100 1 0 100111 1100011 101110 100101 1100011 11011

Color Harmonies of #895401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895401

Black with #895401

Text Example


Text Example

White with #895401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895401; }

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

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

background-color css

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

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

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

border-color css

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

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

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