Html Css Color HEX #565828 Saratoga

📋 copy color: '#565828'

red 86 ◦ green 88 ◦ blue 40

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

Shades of Saratoga #565828

Tints of Saratoga #565828

RGB

 RED value IS 86 (33.98% from 255) = 40.19%

 GREEN value IS 88 (34.77% from 255) = 41.12%

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

R = 40.19%
G = 41.12%
B = 18.69%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#565828 (or 0x565828) is known color: Saratoga. HEX triplet: 56, 58 and 28. RGB value is (86,88,40). Sum of RGB (Red+Green+Blue) = 86+88+40=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 88 (34.77% from 255 or 41.12% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 88 - color contains mainly: green. Hex color #565828 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565828 is #A9A7D7. Grayscale: #525252. Windows color (decimal): -11118552 or 2644054. OLE color: 2644054.

HSL color Cylindrical-coordinate representation of color #565828: hue angle of 62.5º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #565828 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.65.

Color convert

RGB 86 88 40 -
CMYK 0.02 0 0.55 0.65
HSL 62.5º 0.38% 0.25% -
HSV(B) 62.5º 0.55% 0.35% -
XYZ 7.71 9.11 3.36 -
YUV 81.93 104.34 130.9 -
System Red Green Blue C M Y K H S L
Decimal 86 88 40 0.02 0 0.55 0.65 62.5 0.38 0.25
Hex 56 58 28 2 0 37 41 3F 26 19
Octal 126 130 50 2 0 67 101 77 46 31
Binary 1010110 1011000 101000 10 0 110111 1000001 111111 100110 11001

Color Harmonies of #565828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565828

Black with #565828

Text Example


Text Example

White with #565828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565828; }

 p { color: rgb(86,88,40); }

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

background-color css

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

 a { background-color: rgb(86,88,40); }

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

border-color css

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

 span { border-color: rgb(86,88,40); }

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