Html Css Color HEX #575C27 Saratoga

📋 copy color: '#575C27'

red 87 ◦ green 92 ◦ blue 39

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

Shades of Saratoga #575C27

Tints of Saratoga #575C27

RGB

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

 GREEN value IS 92 (36.33% from 255) = 42.2%

 BLUE value IS 39 (15.63% from 255) = 17.89%

R = 39.91%
G = 42.2%
B = 17.89%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.58

 K value IS 0.64

RGB Variations

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

Color information

#575C27 (or 0x575C27) is known color: Saratoga. HEX triplet: 57, 5C and 27. RGB value is (87,92,39). Sum of RGB (Red+Green+Blue) = 87+92+39=218 (28% of max value = 765). Red value is 87 (34.38% from 255 or 39.91% from 218); Green value is 92 (36.33% from 255 or 42.20% from 218); Blue value is 39 (15.62% from 255 or 17.89% from 218); Max value from RGB is 92 - color contains mainly: green. Hex color #575C27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575C27 is #A8A3D8. Grayscale: #545454. Windows color (decimal): -11051993 or 2579543. OLE color: 2579543.

HSL color Cylindrical-coordinate representation of color #575C27: hue angle of 65.66º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #575C27 is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.

Color convert

RGB 87 92 39 -
CMYK 0.05 0 0.58 0.64
HSL 65.66º 0.4% 0.26% -
HSV(B) 65.66º 0.58% 0.36% -
XYZ 8.12 9.83 3.39 -
YUV 84.46 102.34 129.81 -
System Red Green Blue C M Y K H S L
Decimal 87 92 39 0.05 0 0.58 0.64 65.66 0.4 0.26
Hex 57 5C 27 5 0 3A 40 42 28 1A
Octal 127 134 47 5 0 72 100 102 50 32
Binary 1010111 1011100 100111 101 0 111010 1000000 1000010 101000 11010

Color Harmonies of #575C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575C27

Black with #575C27

Text Example


Text Example

White with #575C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575C27; }

 p { color: rgb(87,92,39); }

 H1.HeaderClassName
 {
   color: #575C27;
 }
 .AnyTagClassName
 {
   color: #575C27;
 }
</style>

background-color css

<style>
 a { background-color: #575C27; }

 a { background-color: rgb(87,92,39); }

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

border-color css

<style>
 span { border-color: #575C27; }

 span { border-color: rgb(87,92,39); }

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