Html Css Color HEX #57612B Saratoga

📋 copy color: '#57612B'

red 87 ◦ green 97 ◦ blue 43

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

Shades of Saratoga #57612B

Tints of Saratoga #57612B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.94%

R = 38.33%
G = 42.73%
B = 18.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#57612B (or 0x57612B) is known color: Saratoga. HEX triplet: 57, 61 and 2B. RGB value is (87,97,43). Sum of RGB (Red+Green+Blue) = 87+97+43=227 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.33% from 227); Green value is 97 (38.28% from 255 or 42.73% from 227); Blue value is 43 (17.19% from 255 or 18.94% from 227); Max value from RGB is 97 - color contains mainly: green. Hex color #57612B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57612B is #A89ED4. Grayscale: #585858. Windows color (decimal): -11050709 or 2842967. OLE color: 2842967.

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

Color convert

RGB 87 97 43 -
CMYK 0.10 0 0.56 0.62
HSL 71.11º 0.39% 0.27% -
HSV(B) 71.11º 0.56% 0.38% -
XYZ 8.64 10.75 3.91 -
YUV 87.85 102.69 127.39 -
System Red Green Blue C M Y K H S L
Decimal 87 97 43 0.10 0 0.56 0.62 71.11 0.39 0.27
Hex 57 61 2B A 0 38 3E 47 27 1B
Octal 127 141 53 12 0 70 76 107 47 33
Binary 1010111 1100001 101011 1010 0 111000 111110 1000111 100111 11011

Color Harmonies of #57612B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57612B

Black with #57612B

Text Example


Text Example

White with #57612B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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