Html Css Color HEX #57612C Saratoga

📋 copy color: '#57612C'

red 87 ◦ green 97 ◦ blue 44

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

Shades of Saratoga #57612C

Tints of Saratoga #57612C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 19.3%

R = 38.16%
G = 42.54%
B = 19.3%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#57612C (or 0x57612C) is known color: Saratoga. HEX triplet: 57, 61 and 2C. RGB value is (87,97,44). Sum of RGB (Red+Green+Blue) = 87+97+44=228 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.16% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 44 (17.58% from 255 or 19.30% from 228); Max value from RGB is 97 - color contains mainly: green. Hex color #57612C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57612C is #A89ED3. Grayscale: #585858. Windows color (decimal): -11050708 or 2908503. OLE color: 2908503.

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

Color convert

RGB 87 97 44 -
CMYK 0.10 0 0.55 0.62
HSL 71.32º 0.38% 0.28% -
HSV(B) 71.32º 0.55% 0.38% -
XYZ 8.66 10.76 4 -
YUV 87.97 103.19 127.31 -
System Red Green Blue C M Y K H S L
Decimal 87 97 44 0.10 0 0.55 0.62 71.32 0.38 0.28
Hex 57 61 2C A 0 37 3E 47 26 1C
Octal 127 141 54 12 0 67 76 107 46 34
Binary 1010111 1100001 101100 1010 0 110111 111110 1000111 100110 11100

Color Harmonies of #57612C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57612C

Black with #57612C

Text Example


Text Example

White with #57612C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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