Html Css Color HEX #555921 Saratoga

📋 copy color: '#555921'

red 85 ◦ green 89 ◦ blue 33

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

Shades of Saratoga #555921

Tints of Saratoga #555921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.94%

R = 41.06%
G = 43%
B = 15.94%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.63

 K value IS 0.65

RGB Variations

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

Color information

#555921 (or 0x555921) is known color: Saratoga. HEX triplet: 55, 59 and 21. RGB value is (85,89,33). Sum of RGB (Red+Green+Blue) = 85+89+33=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 89 (35.16% from 255 or 43.00% from 207); Blue value is 33 (13.28% from 255 or 15.94% from 207); Max value from RGB is 89 - color contains mainly: green. Hex color #555921 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555921 is #AAA6DE. Grayscale: #515151. Windows color (decimal): -11183839 or 2185557. OLE color: 2185557.

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

Color convert

RGB 85 89 33 -
CMYK 0.04 0 0.63 0.65
HSL 64.29º 0.46% 0.24% -
HSV(B) 64.29º 0.63% 0.35% -
XYZ 7.59 9.19 2.81 -
YUV 81.42 100.67 130.55 -
System Red Green Blue C M Y K H S L
Decimal 85 89 33 0.04 0 0.63 0.65 64.29 0.46 0.24
Hex 55 59 21 4 0 3F 41 40 2E 18
Octal 125 131 41 4 0 77 101 100 56 30
Binary 1010101 1011001 100001 100 0 111111 1000001 1000000 101110 11000

Color Harmonies of #555921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555921

Black with #555921

Text Example


Text Example

White with #555921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555921; }

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

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

background-color css

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

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

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

border-color css

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

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

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