Html Css Color HEX #895501 Saddle Brown

📋 copy color: '#895501'

red 137 ◦ green 85 ◦ blue 1

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

Shades of Saddle Brown #895501

Tints of Saddle Brown #895501

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.12%

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

R = 61.43%
G = 38.12%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#895501 (or 0x895501) is known color: Saddle Brown. HEX triplet: 89, 55 and 01. RGB value is (137,85,1). Sum of RGB (Red+Green+Blue) = 137+85+1=223 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.43% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 1 (0.78% from 255 or 0.45% from 223); Max value from RGB is 137 - color contains mainly: red. Hex color #895501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895501 is #76AAFE. Grayscale: #5B5B5B. Windows color (decimal): -7777023 or 87433. OLE color: 87433.

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

Color convert

RGB 137 85 1 -
CMYK 0 0.38 0.99 0.46
HSL 37.06º 0.99% 0.27% -
HSV(B) 37.06º 0.99% 0.54% -
XYZ 13.57 11.82 1.59 -
YUV 90.97 77.23 160.83 -
System Red Green Blue C M Y K H S L
Decimal 137 85 1 0 0.38 0.99 0.46 37.06 0.99 0.27
Hex 89 55 1 0 26 63 2E 25 63 1B
Octal 211 125 1 0 46 143 56 45 143 33
Binary 10001001 1010101 1 0 100110 1100011 101110 100101 1100011 11011

Color Harmonies of #895501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895501

Black with #895501

Text Example


Text Example

White with #895501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895501; }

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

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

background-color css

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

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

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

border-color css

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

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

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