Html Css Color HEX #575F3A Saratoga

📋 copy color: '#575F3A'

red 87 ◦ green 95 ◦ blue 58

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

Shades of Saratoga #575F3A

Tints of Saratoga #575F3A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 39.58%

 BLUE value IS 58 (23.05% from 255) = 24.17%

R = 36.25%
G = 39.58%
B = 24.17%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.39

 K value IS 0.63

RGB Variations

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

Color information

#575F3A (or 0x575F3A) is known color: Saratoga. HEX triplet: 57, 5F and 3A. RGB value is (87,95,58). Sum of RGB (Red+Green+Blue) = 87+95+58=240 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.25% from 240); Green value is 95 (37.5% from 255 or 39.58% from 240); Blue value is 58 (23.05% from 255 or 24.17% from 240); Max value from RGB is 95 - color contains mainly: green. Hex color #575F3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575F3A is #A8A0C5. Grayscale: #585858. Windows color (decimal): -11051206 or 3825495. OLE color: 3825495.

HSL color Cylindrical-coordinate representation of color #575F3A: hue angle of 72.97º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #575F3A is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.63.

Color convert

RGB 87 95 58 -
CMYK 0.08 0 0.39 0.63
HSL 72.97º 0.24% 0.3% -
HSV(B) 72.97º 0.39% 0.37% -
XYZ 8.79 10.52 5.57 -
YUV 88.39 110.85 127.01 -
System Red Green Blue C M Y K H S L
Decimal 87 95 58 0.08 0 0.39 0.63 72.97 0.24 0.3
Hex 57 5F 3A 8 0 27 3F 49 18 1E
Octal 127 137 72 10 0 47 77 111 30 36
Binary 1010111 1011111 111010 1000 0 100111 111111 1001001 11000 11110

Color Harmonies of #575F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575F3A

Black with #575F3A

Text Example


Text Example

White with #575F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,95,58); }

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

background-color css

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

 a { background-color: rgb(87,95,58); }

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

border-color css

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

 span { border-color: rgb(87,95,58); }

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