Html Css Color HEX #576124 Saratoga

📋 copy color: '#576124'

red 87 ◦ green 97 ◦ blue 36

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

Shades of Saratoga #576124

Tints of Saratoga #576124

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.09%

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

R = 39.55%
G = 44.09%
B = 16.36%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#576124 (or 0x576124) is known color: Saratoga. HEX triplet: 57, 61 and 24. RGB value is (87,97,36). Sum of RGB (Red+Green+Blue) = 87+97+36=220 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.55% from 220); Green value is 97 (38.28% from 255 or 44.09% from 220); Blue value is 36 (14.45% from 255 or 16.36% from 220); Max value from RGB is 97 - color contains mainly: green. Hex color #576124 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576124 is #A89EDB. Grayscale: #575757. Windows color (decimal): -11050716 or 2384215. OLE color: 2384215.

HSL color Cylindrical-coordinate representation of color #576124: hue angle of 69.84º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #576124 is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB 87 97 36 -
CMYK 0.10 0 0.63 0.62
HSL 69.84º 0.46% 0.26% -
HSV(B) 69.84º 0.63% 0.38% -
XYZ 8.52 10.7 3.29 -
YUV 87.06 99.19 127.96 -
System Red Green Blue C M Y K H S L
Decimal 87 97 36 0.10 0 0.63 0.62 69.84 0.46 0.26
Hex 57 61 24 A 0 3F 3E 46 2E 1A
Octal 127 141 44 12 0 77 76 106 56 32
Binary 1010111 1100001 100100 1010 0 111111 111110 1000110 101110 11010

Color Harmonies of #576124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576124

Black with #576124

Text Example


Text Example

White with #576124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576124; }

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

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

background-color css

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

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

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

border-color css

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

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

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