Html Css Color HEX #566025 Saratoga

📋 copy color: '#566025'

red 86 ◦ green 96 ◦ blue 37

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

Shades of Saratoga #566025

Tints of Saratoga #566025

RGB

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

 GREEN value IS 96 (37.89% from 255) = 43.84%

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

R = 39.27%
G = 43.84%
B = 16.89%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#566025 (or 0x566025) is known color: Saratoga. HEX triplet: 56, 60 and 25. RGB value is (86,96,37). Sum of RGB (Red+Green+Blue) = 86+96+37=219 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.27% from 219); Green value is 96 (37.89% from 255 or 43.84% from 219); Blue value is 37 (14.84% from 255 or 16.89% from 219); Max value from RGB is 96 - color contains mainly: green. Hex color #566025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566025 is #A99FDA. Grayscale: #565656. Windows color (decimal): -11116507 or 2449494. OLE color: 2449494.

HSL color Cylindrical-coordinate representation of color #566025: hue angle of 70.17º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #566025 is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB 86 96 37 -
CMYK 0.10 0 0.61 0.62
HSL 70.17º 0.44% 0.26% -
HSV(B) 70.17º 0.61% 0.38% -
XYZ 8.35 10.48 3.33 -
YUV 86.28 100.19 127.8 -
System Red Green Blue C M Y K H S L
Decimal 86 96 37 0.10 0 0.61 0.62 70.17 0.44 0.26
Hex 56 60 25 A 0 3D 3E 46 2C 1A
Octal 126 140 45 12 0 75 76 106 54 32
Binary 1010110 1100000 100101 1010 0 111101 111110 1000110 101100 11010

Color Harmonies of #566025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566025

Black with #566025

Text Example


Text Example

White with #566025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566025; }

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

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

background-color css

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

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

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

border-color css

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

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

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