Html Css Color HEX #575D22 Saratoga

📋 copy color: '#575D22'

red 87 ◦ green 93 ◦ blue 34

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

Shades of Saratoga #575D22

Tints of Saratoga #575D22

RGB

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

 GREEN value IS 93 (36.72% from 255) = 43.46%

 BLUE value IS 34 (13.67% from 255) = 15.89%

R = 40.65%
G = 43.46%
B = 15.89%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.63

 K value IS 0.64

RGB Variations

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

Color information

#575D22 (or 0x575D22) is known color: Saratoga. HEX triplet: 57, 5D and 22. RGB value is (87,93,34). Sum of RGB (Red+Green+Blue) = 87+93+34=214 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.65% from 214); Green value is 93 (36.72% from 255 or 43.46% from 214); Blue value is 34 (13.67% from 255 or 15.89% from 214); Max value from RGB is 93 - color contains mainly: green. Hex color #575D22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575D22 is #A8A2DD. Grayscale: #545454. Windows color (decimal): -11051742 or 2252119. OLE color: 2252119.

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

Color convert

RGB 87 93 34 -
CMYK 0.06 0 0.63 0.64
HSL 66.1º 0.46% 0.25% -
HSV(B) 66.1º 0.63% 0.36% -
XYZ 8.13 9.97 3.01 -
YUV 84.48 99.51 129.8 -
System Red Green Blue C M Y K H S L
Decimal 87 93 34 0.06 0 0.63 0.64 66.1 0.46 0.25
Hex 57 5D 22 6 0 3F 40 42 2E 19
Octal 127 135 42 6 0 77 100 102 56 31
Binary 1010111 1011101 100010 110 0 111111 1000000 1000010 101110 11001

Color Harmonies of #575D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575D22

Black with #575D22

Text Example


Text Example

White with #575D22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,93,34); }

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

background-color css

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

 a { background-color: rgb(87,93,34); }

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

border-color css

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

 span { border-color: rgb(87,93,34); }

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