Html Css Color HEX #565826 Saratoga

📋 copy color: '#565826'

red 86 ◦ green 88 ◦ blue 38

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

Shades of Saratoga #565826

Tints of Saratoga #565826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 17.92%

R = 40.57%
G = 41.51%
B = 17.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#565826 (or 0x565826) is known color: Saratoga. HEX triplet: 56, 58 and 26. RGB value is (86,88,38). Sum of RGB (Red+Green+Blue) = 86+88+38=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 88 (34.77% from 255 or 41.51% from 212); Blue value is 38 (15.23% from 255 or 17.92% from 212); Max value from RGB is 88 - color contains mainly: green. Hex color #565826 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565826 is #A9A7D9. Grayscale: #515151. Windows color (decimal): -11118554 or 2512982. OLE color: 2512982.

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

Color convert

RGB 86 88 38 -
CMYK 0.02 0 0.57 0.65
HSL 62.4º 0.4% 0.25% -
HSV(B) 62.4º 0.57% 0.35% -
XYZ 7.68 9.1 3.19 -
YUV 81.7 103.34 131.07 -
System Red Green Blue C M Y K H S L
Decimal 86 88 38 0.02 0 0.57 0.65 62.4 0.4 0.25
Hex 56 58 26 2 0 39 41 3E 28 19
Octal 126 130 46 2 0 71 101 76 50 31
Binary 1010110 1011000 100110 10 0 111001 1000001 111110 101000 11001

Color Harmonies of #565826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565826

Black with #565826

Text Example


Text Example

White with #565826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565826; }

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

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

background-color css

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

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

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

border-color css

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

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

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