Html Css Color HEX #555824 Saratoga

📋 copy color: '#555824'

red 85 ◦ green 88 ◦ blue 36

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

Shades of Saratoga #555824

Tints of Saratoga #555824

RGB

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

 GREEN value IS 88 (34.77% from 255) = 42.11%

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

R = 40.67%
G = 42.11%
B = 17.22%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.59

 K value IS 0.65

RGB Variations

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

Color information

#555824 (or 0x555824) is known color: Saratoga. HEX triplet: 55, 58 and 24. RGB value is (85,88,36). Sum of RGB (Red+Green+Blue) = 85+88+36=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 88 (34.77% from 255 or 42.11% from 209); Blue value is 36 (14.45% from 255 or 17.22% from 209); Max value from RGB is 88 - color contains mainly: green. Hex color #555824 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555824 is #AAA7DB. Grayscale: #515151. Windows color (decimal): -11184092 or 2381909. OLE color: 2381909.

HSL color Cylindrical-coordinate representation of color #555824: hue angle of 63.46º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #555824 is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 88 36 -
CMYK 0.03 0 0.59 0.65
HSL 63.46º 0.42% 0.24% -
HSV(B) 63.46º 0.59% 0.35% -
XYZ 7.55 9.04 3.02 -
YUV 81.18 102.51 130.73 -
System Red Green Blue C M Y K H S L
Decimal 85 88 36 0.03 0 0.59 0.65 63.46 0.42 0.24
Hex 55 58 24 3 0 3B 41 3F 2A 18
Octal 125 130 44 3 0 73 101 77 52 30
Binary 1010101 1011000 100100 11 0 111011 1000001 111111 101010 11000

Color Harmonies of #555824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555824

Black with #555824

Text Example


Text Example

White with #555824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555824; }

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

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

background-color css

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

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

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

border-color css

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

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

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