Html Css Color HEX #57611A Saratoga

📋 copy color: '#57611A'

red 87 ◦ green 97 ◦ blue 26

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

Shades of Saratoga #57611A

Tints of Saratoga #57611A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 46.19%

 BLUE value IS 26 (10.55% from 255) = 12.38%

R = 41.43%
G = 46.19%
B = 12.38%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#57611A (or 0x57611A) is known color: Saratoga. HEX triplet: 57, 61 and 1A. RGB value is (87,97,26). Sum of RGB (Red+Green+Blue) = 87+97+26=210 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.43% from 210); Green value is 97 (38.28% from 255 or 46.19% from 210); Blue value is 26 (10.55% from 255 or 12.38% from 210); Max value from RGB is 97 - color contains mainly: green. Hex color #57611A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57611A is #A89EE5. Grayscale: #565656. Windows color (decimal): -11050726 or 1728855. OLE color: 1728855.

HSL color Cylindrical-coordinate representation of color #57611A: hue angle of 68.45º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #57611A is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB 87 97 26 -
CMYK 0.10 0 0.73 0.62
HSL 68.45º 0.58% 0.24% -
HSV(B) 68.45º 0.73% 0.38% -
XYZ 8.39 10.65 2.59 -
YUV 85.92 94.19 128.77 -
System Red Green Blue C M Y K H S L
Decimal 87 97 26 0.10 0 0.73 0.62 68.45 0.58 0.24
Hex 57 61 1A A 0 49 3E 44 3A 18
Octal 127 141 32 12 0 111 76 104 72 30
Binary 1010111 1100001 11010 1010 0 1001001 111110 1000100 111010 11000

Color Harmonies of #57611A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57611A

Black with #57611A

Text Example


Text Example

White with #57611A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,97,26); }

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

background-color css

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

 a { background-color: rgb(87,97,26); }

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

border-color css

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

 span { border-color: rgb(87,97,26); }

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