Html Css Color HEX #566033 Saratoga

📋 copy color: '#566033'

red 86 ◦ green 96 ◦ blue 51

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

Shades of Saratoga #566033

Tints of Saratoga #566033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 21.89%

R = 36.91%
G = 41.2%
B = 21.89%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#566033 (or 0x566033) is known color: Saratoga. HEX triplet: 56, 60 and 33. RGB value is (86,96,51). Sum of RGB (Red+Green+Blue) = 86+96+51=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 51 (20.31% from 255 or 21.89% from 233); Max value from RGB is 96 - color contains mainly: green. Hex color #566033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566033 is #A99FCC. Grayscale: #585858. Windows color (decimal): -11116493 or 3366998. OLE color: 3366998.

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

Color convert

RGB 86 96 51 -
CMYK 0.10 0 0.47 0.62
HSL 73.33º 0.31% 0.29% -
HSV(B) 73.33º 0.47% 0.38% -
XYZ 8.62 10.58 4.72 -
YUV 87.88 107.19 126.66 -
System Red Green Blue C M Y K H S L
Decimal 86 96 51 0.10 0 0.47 0.62 73.33 0.31 0.29
Hex 56 60 33 A 0 2F 3E 49 1F 1D
Octal 126 140 63 12 0 57 76 111 37 35
Binary 1010110 1100000 110011 1010 0 101111 111110 1001001 11111 11101

Color Harmonies of #566033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566033

Black with #566033

Text Example


Text Example

White with #566033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566033; }

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

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

background-color css

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

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

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

border-color css

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

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

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