Html Css Color HEX #57611C Saratoga

📋 copy color: '#57611C'

red 87 ◦ green 97 ◦ blue 28

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

Shades of Saratoga #57611C

Tints of Saratoga #57611C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.21%

R = 41.04%
G = 45.75%
B = 13.21%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#57611C (or 0x57611C) is known color: Saratoga. HEX triplet: 57, 61 and 1C. RGB value is (87,97,28). Sum of RGB (Red+Green+Blue) = 87+97+28=212 (28% of max value = 765). Red value is 87 (34.38% from 255 or 41.04% from 212); Green value is 97 (38.28% from 255 or 45.75% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 97 - color contains mainly: green. Hex color #57611C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57611C is #A89EE3. Grayscale: #565656. Windows color (decimal): -11050724 or 1859927. OLE color: 1859927.

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

Color convert

RGB 87 97 28 -
CMYK 0.10 0 0.71 0.62
HSL 68.7º 0.55% 0.25% -
HSV(B) 68.7º 0.71% 0.38% -
XYZ 8.41 10.66 2.71 -
YUV 86.14 95.19 128.61 -
System Red Green Blue C M Y K H S L
Decimal 87 97 28 0.10 0 0.71 0.62 68.7 0.55 0.25
Hex 57 61 1C A 0 47 3E 45 37 19
Octal 127 141 34 12 0 107 76 105 67 31
Binary 1010111 1100001 11100 1010 0 1000111 111110 1000101 110111 11001

Color Harmonies of #57611C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57611C

Black with #57611C

Text Example


Text Example

White with #57611C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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