Html Css Color HEX #57562A Saratoga

📋 copy color: '#57562A'

red 87 ◦ green 86 ◦ blue 42

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

Shades of Saratoga #57562A

Tints of Saratoga #57562A

RGB

 RED value IS 87 (34.38% from 255) = 40.47%

 GREEN value IS 86 (33.98% from 255) = 40%

 BLUE value IS 42 (16.8% from 255) = 19.53%

R = 40.47%
G = 40%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.52

 K value IS 0.66

RGB Variations

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

Color information

#57562A (or 0x57562A) is known color: Saratoga. HEX triplet: 57, 56 and 2A. RGB value is (87,86,42). Sum of RGB (Red+Green+Blue) = 87+86+42=215 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.47% from 215); Green value is 86 (33.98% from 255 or 40% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 87 - color contains mainly: red. Hex color #57562A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57562A is #A8A9D5. Grayscale: #515151. Windows color (decimal): -11053526 or 2774615. OLE color: 2774615.

HSL color Cylindrical-coordinate representation of color #57562A: hue angle of 58.67º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #57562A is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 86 42 -
CMYK 0 0.01 0.52 0.66
HSL 58.67º 0.35% 0.25% -
HSV(B) 58.67º 0.52% 0.34% -
XYZ 7.68 8.85 3.49 -
YUV 81.28 105.83 132.08 -
System Red Green Blue C M Y K H S L
Decimal 87 86 42 0 0.01 0.52 0.66 58.67 0.35 0.25
Hex 57 56 2A 0 1 34 42 3B 23 19
Octal 127 126 52 0 1 64 102 73 43 31
Binary 1010111 1010110 101010 0 1 110100 1000010 111011 100011 11001

Color Harmonies of #57562A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57562A

Black with #57562A

Text Example


Text Example

White with #57562A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57562A; }

 p { color: rgb(87,86,42); }

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

background-color css

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

 a { background-color: rgb(87,86,42); }

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

border-color css

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

 span { border-color: rgb(87,86,42); }

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