Html Css Color HEX #57612D Saratoga

📋 copy color: '#57612D'

red 87 ◦ green 97 ◦ blue 45

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

Shades of Saratoga #57612D

Tints of Saratoga #57612D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.65%

R = 37.99%
G = 42.36%
B = 19.65%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#57612D (or 0x57612D) is known color: Saratoga. HEX triplet: 57, 61 and 2D. RGB value is (87,97,45). Sum of RGB (Red+Green+Blue) = 87+97+45=229 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.99% from 229); Green value is 97 (38.28% from 255 or 42.36% from 229); Blue value is 45 (17.97% from 255 or 19.65% from 229); Max value from RGB is 97 - color contains mainly: green. Hex color #57612D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57612D is #A89ED2. Grayscale: #585858. Windows color (decimal): -11050707 or 2974039. OLE color: 2974039.

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

Color convert

RGB 87 97 45 -
CMYK 0.10 0 0.54 0.62
HSL 71.54º 0.37% 0.28% -
HSV(B) 71.54º 0.54% 0.38% -
XYZ 8.68 10.77 4.1 -
YUV 88.08 103.69 127.23 -
System Red Green Blue C M Y K H S L
Decimal 87 97 45 0.10 0 0.54 0.62 71.54 0.37 0.28
Hex 57 61 2D A 0 36 3E 48 25 1C
Octal 127 141 55 12 0 66 76 110 45 34
Binary 1010111 1100001 101101 1010 0 110110 111110 1001000 100101 11100

Color Harmonies of #57612D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57612D

Black with #57612D

Text Example


Text Example

White with #57612D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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