Html Css Color HEX #895504 Saddle Brown

📋 copy color: '#895504'

red 137 ◦ green 85 ◦ blue 4

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

Shades of Saddle Brown #895504

Tints of Saddle Brown #895504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.77%

R = 60.62%
G = 37.61%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.97

 K value IS 0.46

RGB Variations

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

Color information

#895504 (or 0x895504) is known color: Saddle Brown. HEX triplet: 89, 55 and 04. RGB value is (137,85,4). Sum of RGB (Red+Green+Blue) = 137+85+4=226 (29% of max value = 765). Red value is 137 (53.91% from 255 or 60.62% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 137 - color contains mainly: red. Hex color #895504 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895504 is #76AAFB. Grayscale: #5B5B5B. Windows color (decimal): -7777020 or 284041. OLE color: 284041.

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

Color convert

RGB 137 85 4 -
CMYK 0 0.38 0.97 0.46
HSL 36.54º 0.94% 0.28% -
HSV(B) 36.54º 0.97% 0.54% -
XYZ 13.59 11.82 1.68 -
YUV 91.31 78.73 160.59 -
System Red Green Blue C M Y K H S L
Decimal 137 85 4 0 0.38 0.97 0.46 36.54 0.94 0.28
Hex 89 55 4 0 26 61 2E 25 5E 1C
Octal 211 125 4 0 46 141 56 45 136 34
Binary 10001001 1010101 100 0 100110 1100001 101110 100101 1011110 11100

Color Harmonies of #895504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895504

Black with #895504

Text Example


Text Example

White with #895504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895504; }

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

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

background-color css

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

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

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

border-color css

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

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

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