Html Css Color HEX #576121 Saratoga

📋 copy color: '#576121'

red 87 ◦ green 97 ◦ blue 33

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

Shades of Saratoga #576121

Tints of Saratoga #576121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.21%

R = 40.09%
G = 44.7%
B = 15.21%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#576121 (or 0x576121) is known color: Saratoga. HEX triplet: 57, 61 and 21. RGB value is (87,97,33). Sum of RGB (Red+Green+Blue) = 87+97+33=217 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.09% from 217); Green value is 97 (38.28% from 255 or 44.70% from 217); Blue value is 33 (13.28% from 255 or 15.21% from 217); Max value from RGB is 97 - color contains mainly: green. Hex color #576121 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #576121 is #A89EDE. Grayscale: #565656. Windows color (decimal): -11050719 or 2187607. OLE color: 2187607.

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

Color convert

RGB 87 97 33 -
CMYK 0.10 0 0.66 0.62
HSL 69.38º 0.49% 0.25% -
HSV(B) 69.38º 0.66% 0.38% -
XYZ 8.48 10.69 3.05 -
YUV 86.71 97.69 128.2 -
System Red Green Blue C M Y K H S L
Decimal 87 97 33 0.10 0 0.66 0.62 69.38 0.49 0.25
Hex 57 61 21 A 0 42 3E 45 31 19
Octal 127 141 41 12 0 102 76 105 61 31
Binary 1010111 1100001 100001 1010 0 1000010 111110 1000101 110001 11001

Color Harmonies of #576121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576121

Black with #576121

Text Example


Text Example

White with #576121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576121; }

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

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

background-color css

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

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

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

border-color css

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

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

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