Html Css Color HEX #575F24 Saratoga

📋 copy color: '#575F24'

red 87 ◦ green 95 ◦ blue 36

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

Shades of Saratoga #575F24

Tints of Saratoga #575F24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 16.51%

R = 39.91%
G = 43.58%
B = 16.51%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.62

 K value IS 0.63

RGB Variations

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

Color information

#575F24 (or 0x575F24) is known color: Saratoga. HEX triplet: 57, 5F and 24. RGB value is (87,95,36). Sum of RGB (Red+Green+Blue) = 87+95+36=218 (28% of max value = 765). Red value is 87 (34.38% from 255 or 39.91% from 218); Green value is 95 (37.5% from 255 or 43.58% from 218); Blue value is 36 (14.45% from 255 or 16.51% from 218); Max value from RGB is 95 - color contains mainly: green. Hex color #575F24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575F24 is #A8A0DB. Grayscale: #565656. Windows color (decimal): -11051228 or 2383703. OLE color: 2383703.

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

Color convert

RGB 87 95 36 -
CMYK 0.08 0 0.62 0.63
HSL 68.14º 0.45% 0.26% -
HSV(B) 68.14º 0.62% 0.37% -
XYZ 8.34 10.34 3.22 -
YUV 85.88 99.85 128.8 -
System Red Green Blue C M Y K H S L
Decimal 87 95 36 0.08 0 0.62 0.63 68.14 0.45 0.26
Hex 57 5F 24 8 0 3E 3F 44 2D 1A
Octal 127 137 44 10 0 76 77 104 55 32
Binary 1010111 1011111 100100 1000 0 111110 111111 1000100 101101 11010

Color Harmonies of #575F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575F24

Black with #575F24

Text Example


Text Example

White with #575F24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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