Html Css Color HEX #565830 Saratoga

📋 copy color: '#565830'

red 86 ◦ green 88 ◦ blue 48

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

Shades of Saratoga #565830

Tints of Saratoga #565830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 21.62%

R = 38.74%
G = 39.64%
B = 21.62%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#565830 (or 0x565830) is known color: Saratoga. HEX triplet: 56, 58 and 30. RGB value is (86,88,48). Sum of RGB (Red+Green+Blue) = 86+88+48=222 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.74% from 222); Green value is 88 (34.77% from 255 or 39.64% from 222); Blue value is 48 (19.14% from 255 or 21.62% from 222); Max value from RGB is 88 - color contains mainly: green. Hex color #565830 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565830 is #A9A7CF. Grayscale: #535353. Windows color (decimal): -11118544 or 3168342. OLE color: 3168342.

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

Color convert

RGB 86 88 48 -
CMYK 0.02 0 0.45 0.65
HSL 63º 0.29% 0.27% -
HSV(B) 63º 0.45% 0.35% -
XYZ 7.86 9.17 4.15 -
YUV 82.84 108.34 130.25 -
System Red Green Blue C M Y K H S L
Decimal 86 88 48 0.02 0 0.45 0.65 63 0.29 0.27
Hex 56 58 30 2 0 2D 41 3F 1D 1B
Octal 126 130 60 2 0 55 101 77 35 33
Binary 1010110 1011000 110000 10 0 101101 1000001 111111 11101 11011

Color Harmonies of #565830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565830

Black with #565830

Text Example


Text Example

White with #565830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565830; }

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

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

background-color css

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

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

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

border-color css

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

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

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