Html Css Color HEX #895503 Saddle Brown

📋 copy color: '#895503'

red 137 ◦ green 85 ◦ blue 3

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

Shades of Saddle Brown #895503

Tints of Saddle Brown #895503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.33%

R = 60.89%
G = 37.78%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.98

 K value IS 0.46

RGB Variations

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

Color information

#895503 (or 0x895503) is known color: Saddle Brown. HEX triplet: 89, 55 and 03. RGB value is (137,85,3). Sum of RGB (Red+Green+Blue) = 137+85+3=225 (29% of max value = 765). Red value is 137 (53.91% from 255 or 60.89% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 3 (1.56% from 255 or 1.33% from 225); Max value from RGB is 137 - color contains mainly: red. Hex color #895503 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895503 is #76AAFC. Grayscale: #5B5B5B. Windows color (decimal): -7777021 or 218505. OLE color: 218505.

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

Color convert

RGB 137 85 3 -
CMYK 0 0.38 0.98 0.46
HSL 36.72º 0.96% 0.27% -
HSV(B) 36.72º 0.98% 0.54% -
XYZ 13.58 11.82 1.65 -
YUV 91.2 78.23 160.67 -
System Red Green Blue C M Y K H S L
Decimal 137 85 3 0 0.38 0.98 0.46 36.72 0.96 0.27
Hex 89 55 3 0 26 62 2E 25 60 1B
Octal 211 125 3 0 46 142 56 45 140 33
Binary 10001001 1010101 11 0 100110 1100010 101110 100101 1100000 11011

Color Harmonies of #895503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895503

Black with #895503

Text Example


Text Example

White with #895503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895503; }

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

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

background-color css

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

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

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

border-color css

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

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

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