Html Css Color HEX #57602A Saratoga

📋 copy color: '#57602A'

red 87 ◦ green 96 ◦ blue 42

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

Shades of Saratoga #57602A

Tints of Saratoga #57602A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 42.67%

 BLUE value IS 42 (16.8% from 255) = 18.67%

R = 38.67%
G = 42.67%
B = 18.67%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#57602A (or 0x57602A) is known color: Saratoga. HEX triplet: 57, 60 and 2A. RGB value is (87,96,42). Sum of RGB (Red+Green+Blue) = 87+96+42=225 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.67% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 96 - color contains mainly: green. Hex color #57602A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57602A is #A89FD5. Grayscale: #575757. Windows color (decimal): -11050966 or 2777175. OLE color: 2777175.

HSL color Cylindrical-coordinate representation of color #57602A: hue angle of 70º 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 #57602A is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB 87 96 42 -
CMYK 0.09 0 0.56 0.62
HSL 70º 0.39% 0.27% -
HSV(B) 70º 0.56% 0.38% -
XYZ 8.53 10.56 3.78 -
YUV 87.15 102.52 127.89 -
System Red Green Blue C M Y K H S L
Decimal 87 96 42 0.09 0 0.56 0.62 70 0.39 0.27
Hex 57 60 2A 9 0 38 3E 46 27 1B
Octal 127 140 52 11 0 70 76 106 47 33
Binary 1010111 1100000 101010 1001 0 111000 111110 1000110 100111 11011

Color Harmonies of #57602A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57602A

Black with #57602A

Text Example


Text Example

White with #57602A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,96,42); }

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

background-color css

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

 a { background-color: rgb(87,96,42); }

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

border-color css

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

 span { border-color: rgb(87,96,42); }

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