Html Css Color HEX #566424 Saratoga

📋 copy color: '#566424'

red 86 ◦ green 100 ◦ blue 36

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

Shades of Saratoga #566424

Tints of Saratoga #566424

RGB

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

 GREEN value IS 100 (39.45% from 255) = 45.05%

 BLUE value IS 36 (14.45% from 255) = 16.22%

R = 38.74%
G = 45.05%
B = 16.22%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.64

 K value IS 0.61

RGB Variations

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

Color information

#566424 (or 0x566424) is known color: Saratoga. HEX triplet: 56, 64 and 24. RGB value is (86,100,36). Sum of RGB (Red+Green+Blue) = 86+100+36=222 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.74% from 222); Green value is 100 (39.45% from 255 or 45.05% from 222); Blue value is 36 (14.45% from 255 or 16.22% from 222); Max value from RGB is 100 - color contains mainly: green. Hex color #566424 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566424 is #A99BDB. Grayscale: #585858. Windows color (decimal): -11115484 or 2384982. OLE color: 2384982.

HSL color Cylindrical-coordinate representation of color #566424: hue angle of 73.12º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #566424 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.61.

Color convert

RGB 86 100 36 -
CMYK 0.14 0 0.64 0.61
HSL 73.13º 0.47% 0.27% -
HSV(B) 73.13º 0.64% 0.39% -
XYZ 8.71 11.22 3.38 -
YUV 88.52 98.36 126.2 -
System Red Green Blue C M Y K H S L
Decimal 86 100 36 0.14 0 0.64 0.61 73.13 0.47 0.27
Hex 56 64 24 E 0 40 3D 49 2F 1B
Octal 126 144 44 16 0 100 75 111 57 33
Binary 1010110 1100100 100100 1110 0 1000000 111101 1001001 101111 11011

Color Harmonies of #566424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566424

Black with #566424

Text Example


Text Example

White with #566424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566424; }

 p { color: rgb(86,100,36); }

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

background-color css

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

 a { background-color: rgb(86,100,36); }

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

border-color css

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

 span { border-color: rgb(86,100,36); }

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