Html Css Color HEX #565932 Saratoga

📋 copy color: '#565932'

red 86 ◦ green 89 ◦ blue 50

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

Shades of Saratoga #565932

Tints of Saratoga #565932

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.56%

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

R = 38.22%
G = 39.56%
B = 22.22%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#565932 (or 0x565932) is known color: Saratoga. HEX triplet: 56, 59 and 32. RGB value is (86,89,50). Sum of RGB (Red+Green+Blue) = 86+89+50=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 89 (35.16% from 255 or 39.56% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 89 - color contains mainly: green. Hex color #565932 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565932 is #A9A6CD. Grayscale: #535353. Windows color (decimal): -11118286 or 3299670. OLE color: 3299670.

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

Color convert

RGB 86 89 50 -
CMYK 0.03 0 0.44 0.65
HSL 64.62º 0.28% 0.27% -
HSV(B) 64.62º 0.44% 0.35% -
XYZ 7.99 9.35 4.4 -
YUV 83.66 109.01 129.67 -
System Red Green Blue C M Y K H S L
Decimal 86 89 50 0.03 0 0.44 0.65 64.62 0.28 0.27
Hex 56 59 32 3 0 2C 41 41 1C 1B
Octal 126 131 62 3 0 54 101 101 34 33
Binary 1010110 1011001 110010 11 0 101100 1000001 1000001 11100 11011

Color Harmonies of #565932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565932

Black with #565932

Text Example


Text Example

White with #565932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565932; }

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

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

background-color css

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

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

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

border-color css

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

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

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