Html Css Color HEX #565E32 Saratoga

📋 copy color: '#565E32'

red 86 ◦ green 94 ◦ blue 50

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

Shades of Saratoga #565E32

Tints of Saratoga #565E32

RGB

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

 GREEN value IS 94 (37.11% from 255) = 40.87%

 BLUE value IS 50 (19.92% from 255) = 21.74%

R = 37.39%
G = 40.87%
B = 21.74%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.47

 K value IS 0.63

RGB Variations

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

Color information

#565E32 (or 0x565E32) is known color: Saratoga. HEX triplet: 56, 5E and 32. RGB value is (86,94,50). Sum of RGB (Red+Green+Blue) = 86+94+50=230 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.39% from 230); Green value is 94 (37.11% from 255 or 40.87% from 230); Blue value is 50 (19.92% from 255 or 21.74% from 230); Max value from RGB is 94 - color contains mainly: green. Hex color #565E32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565E32 is #A9A1CD. Grayscale: #565656. Windows color (decimal): -11117006 or 3300950. OLE color: 3300950.

HSL color Cylindrical-coordinate representation of color #565E32: hue angle of 70.91º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #565E32 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.63.

Color convert

RGB 86 94 50 -
CMYK 0.09 0 0.47 0.63
HSL 70.91º 0.31% 0.28% -
HSV(B) 70.91º 0.47% 0.37% -
XYZ 8.42 10.21 4.55 -
YUV 86.59 107.35 127.58 -
System Red Green Blue C M Y K H S L
Decimal 86 94 50 0.09 0 0.47 0.63 70.91 0.31 0.28
Hex 56 5E 32 9 0 2F 3F 47 1F 1C
Octal 126 136 62 11 0 57 77 107 37 34
Binary 1010110 1011110 110010 1001 0 101111 111111 1000111 11111 11100

Color Harmonies of #565E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565E32

Black with #565E32

Text Example


Text Example

White with #565E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565E32; }

 p { color: rgb(86,94,50); }

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

background-color css

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

 a { background-color: rgb(86,94,50); }

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

border-color css

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

 span { border-color: rgb(86,94,50); }

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