Html Css Color HEX #57602D Saratoga

📋 copy color: '#57602D'

red 87 ◦ green 96 ◦ blue 45

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

Shades of Saratoga #57602D

Tints of Saratoga #57602D

RGB

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

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

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

R = 38.16%
G = 42.11%
B = 19.74%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#57602D (or 0x57602D) is known color: Saratoga. HEX triplet: 57, 60 and 2D. RGB value is (87,96,45). Sum of RGB (Red+Green+Blue) = 87+96+45=228 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.16% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 96 - color contains mainly: green. Hex color #57602D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57602D is #A89FD2. Grayscale: #575757. Windows color (decimal): -11050963 or 2973783. OLE color: 2973783.

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

Color convert

RGB 87 96 45 -
CMYK 0.09 0 0.53 0.62
HSL 70.59º 0.36% 0.28% -
HSV(B) 70.59º 0.53% 0.38% -
XYZ 8.59 10.58 4.07 -
YUV 87.5 104.02 127.65 -
System Red Green Blue C M Y K H S L
Decimal 87 96 45 0.09 0 0.53 0.62 70.59 0.36 0.28
Hex 57 60 2D 9 0 35 3E 47 24 1C
Octal 127 140 55 11 0 65 76 107 44 34
Binary 1010111 1100000 101101 1001 0 110101 111110 1000111 100100 11100

Color Harmonies of #57602D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57602D

Black with #57602D

Text Example


Text Example

White with #57602D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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