Html Css Color HEX #555725 Saratoga

📋 copy color: '#555725'

red 85 ◦ green 87 ◦ blue 37

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

Shades of Saratoga #555725

Tints of Saratoga #555725

RGB

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

 GREEN value IS 87 (34.38% from 255) = 41.63%

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

R = 40.67%
G = 41.63%
B = 17.7%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.57

 K value IS 0.66

RGB Variations

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

Color information

#555725 (or 0x555725) is known color: Saratoga. HEX triplet: 55, 57 and 25. RGB value is (85,87,37). Sum of RGB (Red+Green+Blue) = 85+87+37=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 87 (34.38% from 255 or 41.63% from 209); Blue value is 37 (14.84% from 255 or 17.70% from 209); Max value from RGB is 87 - color contains mainly: green. Hex color #555725 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555725 is #AAA8DA. Grayscale: #505050. Windows color (decimal): -11184347 or 2447189. OLE color: 2447189.

HSL color Cylindrical-coordinate representation of color #555725: hue angle of 62.4º 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 #555725 is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.66.

Color convert

RGB 85 87 37 -
CMYK 0.02 0 0.57 0.66
HSL 62.4º 0.4% 0.24% -
HSV(B) 62.4º 0.57% 0.34% -
XYZ 7.49 8.88 3.07 -
YUV 80.7 103.34 131.07 -
System Red Green Blue C M Y K H S L
Decimal 85 87 37 0.02 0 0.57 0.66 62.4 0.4 0.24
Hex 55 57 25 2 0 39 42 3E 28 18
Octal 125 127 45 2 0 71 102 76 50 30
Binary 1010101 1010111 100101 10 0 111001 1000010 111110 101000 11000

Color Harmonies of #555725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555725

Black with #555725

Text Example


Text Example

White with #555725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555725; }

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

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

background-color css

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

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

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

border-color css

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

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

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