Html Css Color HEX #546220 Saratoga

📋 copy color: '#546220'

red 84 ◦ green 98 ◦ blue 32

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

Shades of Saratoga #546220

Tints of Saratoga #546220

RGB

 RED value IS 84 (33.2% from 255) = 39.25%

 GREEN value IS 98 (38.67% from 255) = 45.79%

 BLUE value IS 32 (12.89% from 255) = 14.95%

R = 39.25%
G = 45.79%
B = 14.95%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#546220 (or 0x546220) is known color: Saratoga. HEX triplet: 54, 62 and 20. RGB value is (84,98,32). Sum of RGB (Red+Green+Blue) = 84+98+32=214 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.25% from 214); Green value is 98 (38.67% from 255 or 45.79% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 98 - color contains mainly: green. Hex color #546220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546220 is #AB9DDF. Grayscale: #565656. Windows color (decimal): -11247072 or 2122324. OLE color: 2122324.

HSL color Cylindrical-coordinate representation of color #546220: hue angle of 72.73º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #546220 is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 84 98 32 -
CMYK 0.14 0 0.67 0.62
HSL 72.73º 0.51% 0.25% -
HSV(B) 72.73º 0.67% 0.38% -
XYZ 8.28 10.72 3 -
YUV 86.29 97.36 126.37 -
System Red Green Blue C M Y K H S L
Decimal 84 98 32 0.14 0 0.67 0.62 72.73 0.51 0.25
Hex 54 62 20 E 0 43 3E 49 33 19
Octal 124 142 40 16 0 103 76 111 63 31
Binary 1010100 1100010 100000 1110 0 1000011 111110 1001001 110011 11001

Color Harmonies of #546220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546220

Black with #546220

Text Example


Text Example

White with #546220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546220; }

 p { color: rgb(84,98,32); }

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

background-color css

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

 a { background-color: rgb(84,98,32); }

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

border-color css

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

 span { border-color: rgb(84,98,32); }

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