Html Css Color HEX #575A38 Saratoga

📋 copy color: '#575A38'

red 87 ◦ green 90 ◦ blue 56

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

Shades of Saratoga #575A38

Tints of Saratoga #575A38

RGB

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

 GREEN value IS 90 (35.55% from 255) = 38.63%

 BLUE value IS 56 (22.27% from 255) = 24.03%

R = 37.34%
G = 38.63%
B = 24.03%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.38

 K value IS 0.65

RGB Variations

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

Color information

#575A38 (or 0x575A38) is known color: Saratoga. HEX triplet: 57, 5A and 38. RGB value is (87,90,56). Sum of RGB (Red+Green+Blue) = 87+90+56=233 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.34% from 233); Green value is 90 (35.55% from 255 or 38.63% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 90 - color contains mainly: green. Hex color #575A38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575A38 is #A8A5C7. Grayscale: #555555. Windows color (decimal): -11052488 or 3693143. OLE color: 3693143.

HSL color Cylindrical-coordinate representation of color #575A38: hue angle of 65.29º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #575A38 is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.

Color convert

RGB 87 90 56 -
CMYK 0.03 0 0.38 0.65
HSL 65.29º 0.23% 0.29% -
HSV(B) 65.29º 0.38% 0.35% -
XYZ 8.3 9.62 5.16 -
YUV 85.23 111.51 129.26 -
System Red Green Blue C M Y K H S L
Decimal 87 90 56 0.03 0 0.38 0.65 65.29 0.23 0.29
Hex 57 5A 38 3 0 26 41 41 17 1D
Octal 127 132 70 3 0 46 101 101 27 35
Binary 1010111 1011010 111000 11 0 100110 1000001 1000001 10111 11101

Color Harmonies of #575A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575A38

Black with #575A38

Text Example


Text Example

White with #575A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,90,56); }

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

background-color css

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

 a { background-color: rgb(87,90,56); }

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

border-color css

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

 span { border-color: rgb(87,90,56); }

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