Html Css Color HEX #575B23 Saratoga

📋 copy color: '#575B23'

red 87 ◦ green 91 ◦ blue 35

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

Shades of Saratoga #575B23

Tints of Saratoga #575B23

RGB

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

 GREEN value IS 91 (35.94% from 255) = 42.72%

 BLUE value IS 35 (14.06% from 255) = 16.43%

R = 40.85%
G = 42.72%
B = 16.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.62

 K value IS 0.64

RGB Variations

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

Color information

#575B23 (or 0x575B23) is known color: Saratoga. HEX triplet: 57, 5B and 23. RGB value is (87,91,35). Sum of RGB (Red+Green+Blue) = 87+91+35=213 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.85% from 213); Green value is 91 (35.94% from 255 or 42.72% from 213); Blue value is 35 (14.06% from 255 or 16.43% from 213); Max value from RGB is 91 - color contains mainly: green. Hex color #575B23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575B23 is #A8A4DC. Grayscale: #535353. Windows color (decimal): -11052253 or 2317143. OLE color: 2317143.

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

Color convert

RGB 87 91 35 -
CMYK 0.04 0 0.62 0.64
HSL 64.29º 0.44% 0.25% -
HSV(B) 64.29º 0.62% 0.36% -
XYZ 7.97 9.63 3.03 -
YUV 83.42 100.67 130.55 -
System Red Green Blue C M Y K H S L
Decimal 87 91 35 0.04 0 0.62 0.64 64.29 0.44 0.25
Hex 57 5B 23 4 0 3E 40 40 2C 19
Octal 127 133 43 4 0 76 100 100 54 31
Binary 1010111 1011011 100011 100 0 111110 1000000 1000000 101100 11001

Color Harmonies of #575B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575B23

Black with #575B23

Text Example


Text Example

White with #575B23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,91,35); }

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

background-color css

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

 a { background-color: rgb(87,91,35); }

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

border-color css

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

 span { border-color: rgb(87,91,35); }

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