Html Css Color HEX #555927 Saratoga

📋 copy color: '#555927'

red 85 ◦ green 89 ◦ blue 39

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

Shades of Saratoga #555927

Tints of Saratoga #555927

RGB

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

 GREEN value IS 89 (35.16% from 255) = 41.78%

 BLUE value IS 39 (15.63% from 255) = 18.31%

R = 39.91%
G = 41.78%
B = 18.31%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.56

 K value IS 0.65

RGB Variations

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

Color information

#555927 (or 0x555927) is known color: Saratoga. HEX triplet: 55, 59 and 27. RGB value is (85,89,39). Sum of RGB (Red+Green+Blue) = 85+89+39=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 39 (15.62% from 255 or 18.31% from 213); Max value from RGB is 89 - color contains mainly: green. Hex color #555927 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555927 is #AAA6D8. Grayscale: #525252. Windows color (decimal): -11183833 or 2578773. OLE color: 2578773.

HSL color Cylindrical-coordinate representation of color #555927: hue angle of 64.8º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #555927 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 89 39 -
CMYK 0.04 0 0.56 0.65
HSL 64.8º 0.39% 0.25% -
HSV(B) 64.8º 0.56% 0.35% -
XYZ 7.68 9.22 3.29 -
YUV 82.1 103.67 130.07 -
System Red Green Blue C M Y K H S L
Decimal 85 89 39 0.04 0 0.56 0.65 64.8 0.39 0.25
Hex 55 59 27 4 0 38 41 41 27 19
Octal 125 131 47 4 0 70 101 101 47 31
Binary 1010101 1011001 100111 100 0 111000 1000001 1000001 100111 11001

Color Harmonies of #555927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555927

Black with #555927

Text Example


Text Example

White with #555927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555927; }

 p { color: rgb(85,89,39); }

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

background-color css

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

 a { background-color: rgb(85,89,39); }

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

border-color css

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

 span { border-color: rgb(85,89,39); }

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