Html Css Color HEX #555524 Saratoga

📋 copy color: '#555524'

red 85 ◦ green 85 ◦ blue 36

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

Shades of Saratoga #555524

Tints of Saratoga #555524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 17.48%

R = 41.26%
G = 41.26%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#555524 (or 0x555524) is known color: Saratoga. HEX triplet: 55, 55 and 24. RGB value is (85,85,36). Sum of RGB (Red+Green+Blue) = 85+85+36=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 36 (14.45% from 255 or 17.48% from 206); Max value from RGB is 85 - color contains mainly: red, green. Hex color #555524 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555524 is #AAAADB. Grayscale: #4F4F4F. Windows color (decimal): -11184860 or 2381141. OLE color: 2381141.

HSL color Cylindrical-coordinate representation of color #555524: hue angle of 60º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #555524 is Cyan = 0, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 85 36 -
CMYK 0 0 0.58 0.67
HSL 60º 0.4% 0.24% -
HSV(B) 60º 0.58% 0.33% -
XYZ 7.31 8.56 2.94 -
YUV 79.41 103.5 131.98 -
System Red Green Blue C M Y K H S L
Decimal 85 85 36 0 0 0.58 0.67 60 0.4 0.24
Hex 55 55 24 0 0 3A 43 3C 28 18
Octal 125 125 44 0 0 72 103 74 50 30
Binary 1010101 1010101 100100 0 0 111010 1000011 111100 101000 11000

Color Harmonies of #555524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555524

Black with #555524

Text Example


Text Example

White with #555524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555524; }

 p { color: rgb(85,85,36); }

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

background-color css

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

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

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

border-color css

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

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

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