Html Css Color HEX #575934 Saratoga

📋 copy color: '#575934'

red 87 ◦ green 89 ◦ blue 52

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

Shades of Saratoga #575934

Tints of Saratoga #575934

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.04%

 BLUE value IS 52 (20.7% from 255) = 22.81%

R = 38.16%
G = 39.04%
B = 22.81%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.42

 K value IS 0.65

RGB Variations

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

Color information

#575934 (or 0x575934) is known color: Saratoga. HEX triplet: 57, 59 and 34. RGB value is (87,89,52). Sum of RGB (Red+Green+Blue) = 87+89+52=228 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.16% from 228); Green value is 89 (35.16% from 255 or 39.04% from 228); Blue value is 52 (20.70% from 255 or 22.81% from 228); Max value from RGB is 89 - color contains mainly: green. Hex color #575934 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575934 is #A8A6CB. Grayscale: #545454. Windows color (decimal): -11052748 or 3430743. OLE color: 3430743.

HSL color Cylindrical-coordinate representation of color #575934: hue angle of 63.24º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #575934 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.

Color convert

RGB 87 89 52 -
CMYK 0.02 0 0.42 0.65
HSL 63.24º 0.26% 0.28% -
HSV(B) 63.24º 0.42% 0.35% -
XYZ 8.12 9.42 4.64 -
YUV 84.18 109.84 130.01 -
System Red Green Blue C M Y K H S L
Decimal 87 89 52 0.02 0 0.42 0.65 63.24 0.26 0.28
Hex 57 59 34 2 0 2A 41 3F 1A 1C
Octal 127 131 64 2 0 52 101 77 32 34
Binary 1010111 1011001 110100 10 0 101010 1000001 111111 11010 11100

Color Harmonies of #575934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575934

Black with #575934

Text Example


Text Example

White with #575934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575934; }

 p { color: rgb(87,89,52); }

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

background-color css

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

 a { background-color: rgb(87,89,52); }

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

border-color css

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

 span { border-color: rgb(87,89,52); }

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