Html Css Color HEX #575B28 Saratoga

📋 copy color: '#575B28'

red 87 ◦ green 91 ◦ blue 40

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

Shades of Saratoga #575B28

Tints of Saratoga #575B28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.35%

R = 39.91%
G = 41.74%
B = 18.35%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.56

 K value IS 0.64

RGB Variations

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

Color information

#575B28 (or 0x575B28) is known color: Saratoga. HEX triplet: 57, 5B and 28. RGB value is (87,91,40). Sum of RGB (Red+Green+Blue) = 87+91+40=218 (28% of max value = 765). Red value is 87 (34.38% from 255 or 39.91% from 218); Green value is 91 (35.94% from 255 or 41.74% from 218); Blue value is 40 (16.02% from 255 or 18.35% from 218); Max value from RGB is 91 - color contains mainly: green. Hex color #575B28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575B28 is #A8A4D7. Grayscale: #545454. Windows color (decimal): -11052248 or 2644823. OLE color: 2644823.

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

Color convert

RGB 87 91 40 -
CMYK 0.04 0 0.56 0.64
HSL 64.71º 0.39% 0.26% -
HSV(B) 64.71º 0.56% 0.36% -
XYZ 8.05 9.66 3.45 -
YUV 83.99 103.17 130.15 -
System Red Green Blue C M Y K H S L
Decimal 87 91 40 0.04 0 0.56 0.64 64.71 0.39 0.26
Hex 57 5B 28 4 0 38 40 41 27 1A
Octal 127 133 50 4 0 70 100 101 47 32
Binary 1010111 1011011 101000 100 0 111000 1000000 1000001 100111 11010

Color Harmonies of #575B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575B28

Black with #575B28

Text Example


Text Example

White with #575B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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