Html Css Color HEX #565825 Saratoga

📋 copy color: '#565825'

red 86 ◦ green 88 ◦ blue 37

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

Shades of Saratoga #565825

Tints of Saratoga #565825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 17.54%

R = 40.76%
G = 41.71%
B = 17.54%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#565825 (or 0x565825) is known color: Saratoga. HEX triplet: 56, 58 and 25. RGB value is (86,88,37). Sum of RGB (Red+Green+Blue) = 86+88+37=211 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.76% from 211); Green value is 88 (34.77% from 255 or 41.71% from 211); Blue value is 37 (14.84% from 255 or 17.54% from 211); Max value from RGB is 88 - color contains mainly: green. Hex color #565825 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565825 is #A9A7DA. Grayscale: #515151. Windows color (decimal): -11118555 or 2447446. OLE color: 2447446.

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

Color convert

RGB 86 88 37 -
CMYK 0.02 0 0.58 0.65
HSL 62.35º 0.41% 0.25% -
HSV(B) 62.35º 0.58% 0.35% -
XYZ 7.66 9.09 3.1 -
YUV 81.59 102.84 131.15 -
System Red Green Blue C M Y K H S L
Decimal 86 88 37 0.02 0 0.58 0.65 62.35 0.41 0.25
Hex 56 58 25 2 0 3A 41 3E 29 19
Octal 126 130 45 2 0 72 101 76 51 31
Binary 1010110 1011000 100101 10 0 111010 1000001 111110 101001 11001

Color Harmonies of #565825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565825

Black with #565825

Text Example


Text Example

White with #565825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565825; }

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

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

background-color css

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

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

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

border-color css

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

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

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