Html Css Color HEX #566131 Saratoga

📋 copy color: '#566131'

red 86 ◦ green 97 ◦ blue 49

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

Shades of Saratoga #566131

Tints of Saratoga #566131

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.81%

 BLUE value IS 49 (19.53% from 255) = 21.12%

R = 37.07%
G = 41.81%
B = 21.12%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#566131 (or 0x566131) is known color: Saratoga. HEX triplet: 56, 61 and 31. RGB value is (86,97,49). Sum of RGB (Red+Green+Blue) = 86+97+49=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 97 (38.28% from 255 or 41.81% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 97 - color contains mainly: green. Hex color #566131 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566131 is #A99ECE. Grayscale: #585858. Windows color (decimal): -11116239 or 3236182. OLE color: 3236182.

HSL color Cylindrical-coordinate representation of color #566131: hue angle of 73.75º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #566131 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB 86 97 49 -
CMYK 0.11 0 0.49 0.62
HSL 73.75º 0.33% 0.29% -
HSV(B) 73.75º 0.49% 0.38% -
XYZ 8.67 10.75 4.52 -
YUV 88.24 105.86 126.4 -
System Red Green Blue C M Y K H S L
Decimal 86 97 49 0.11 0 0.49 0.62 73.75 0.33 0.29
Hex 56 61 31 B 0 31 3E 4A 21 1D
Octal 126 141 61 13 0 61 76 112 41 35
Binary 1010110 1100001 110001 1011 0 110001 111110 1001010 100001 11101

Color Harmonies of #566131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566131

Black with #566131

Text Example


Text Example

White with #566131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566131; }

 p { color: rgb(86,97,49); }

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

background-color css

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

 a { background-color: rgb(86,97,49); }

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

border-color css

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

 span { border-color: rgb(86,97,49); }

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