Html Css Color HEX #555625 Saratoga

📋 copy color: '#555625'

red 85 ◦ green 86 ◦ blue 37

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

Shades of Saratoga #555625

Tints of Saratoga #555625

RGB

 RED value IS 85 (33.59% from 255) = 40.87%

 GREEN value IS 86 (33.98% from 255) = 41.35%

 BLUE value IS 37 (14.84% from 255) = 17.79%

R = 40.87%
G = 41.35%
B = 17.79%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.57

 K value IS 0.66

RGB Variations

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

Color information

#555625 (or 0x555625) is known color: Saratoga. HEX triplet: 55, 56 and 25. RGB value is (85,86,37). Sum of RGB (Red+Green+Blue) = 85+86+37=208 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.87% from 208); Green value is 86 (33.98% from 255 or 41.35% from 208); Blue value is 37 (14.84% from 255 or 17.79% from 208); Max value from RGB is 86 - color contains mainly: green. Hex color #555625 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555625 is #AAA9DA. Grayscale: #505050. Windows color (decimal): -11184603 or 2446933. OLE color: 2446933.

HSL color Cylindrical-coordinate representation of color #555625: hue angle of 61.22º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #555625 is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.66.

Color convert

RGB 85 86 37 -
CMYK 0.01 0 0.57 0.66
HSL 61.22º 0.4% 0.24% -
HSV(B) 61.22º 0.57% 0.34% -
XYZ 7.41 8.72 3.04 -
YUV 80.12 103.67 131.48 -
System Red Green Blue C M Y K H S L
Decimal 85 86 37 0.01 0 0.57 0.66 61.22 0.4 0.24
Hex 55 56 25 1 0 39 42 3D 28 18
Octal 125 126 45 1 0 71 102 75 50 30
Binary 1010101 1010110 100101 1 0 111001 1000010 111101 101000 11000

Color Harmonies of #555625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555625

Black with #555625

Text Example


Text Example

White with #555625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555625; }

 p { color: rgb(85,86,37); }

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

background-color css

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

 a { background-color: rgb(85,86,37); }

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

border-color css

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

 span { border-color: rgb(85,86,37); }

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