Html Css Color HEX #575C21 Saratoga

📋 copy color: '#575C21'

red 87 ◦ green 92 ◦ blue 33

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

Shades of Saratoga #575C21

Tints of Saratoga #575C21

RGB

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

 GREEN value IS 92 (36.33% from 255) = 43.4%

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

R = 41.04%
G = 43.4%
B = 15.57%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.64

 K value IS 0.64

RGB Variations

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

Color information

#575C21 (or 0x575C21) is known color: Saratoga. HEX triplet: 57, 5C and 21. RGB value is (87,92,33). Sum of RGB (Red+Green+Blue) = 87+92+33=212 (28% of max value = 765). Red value is 87 (34.38% from 255 or 41.04% from 212); Green value is 92 (36.33% from 255 or 43.40% from 212); Blue value is 33 (13.28% from 255 or 15.57% from 212); Max value from RGB is 92 - color contains mainly: green. Hex color #575C21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575C21 is #A8A3DE. Grayscale: #545454. Windows color (decimal): -11051999 or 2186327. OLE color: 2186327.

HSL color Cylindrical-coordinate representation of color #575C21: hue angle of 65.08º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #575C21 is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.64.

Color convert

RGB 87 92 33 -
CMYK 0.05 0 0.64 0.64
HSL 65.08º 0.47% 0.25% -
HSV(B) 65.08º 0.64% 0.36% -
XYZ 8.03 9.79 2.91 -
YUV 83.78 99.34 130.3 -
System Red Green Blue C M Y K H S L
Decimal 87 92 33 0.05 0 0.64 0.64 65.08 0.47 0.25
Hex 57 5C 21 5 0 40 40 41 2F 19
Octal 127 134 41 5 0 100 100 101 57 31
Binary 1010111 1011100 100001 101 0 1000000 1000000 1000001 101111 11001

Color Harmonies of #575C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575C21

Black with #575C21

Text Example


Text Example

White with #575C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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