Html Css Color HEX #546421 Saratoga

📋 copy color: '#546421'

red 84 ◦ green 100 ◦ blue 33

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

Shades of Saratoga #546421

Tints of Saratoga #546421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.21%

R = 38.71%
G = 46.08%
B = 15.21%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.67

 K value IS 0.61

RGB Variations

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

Color information

#546421 (or 0x546421) is known color: Saratoga. HEX triplet: 54, 64 and 21. RGB value is (84,100,33). Sum of RGB (Red+Green+Blue) = 84+100+33=217 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.71% from 217); Green value is 100 (39.45% from 255 or 46.08% from 217); Blue value is 33 (13.28% from 255 or 15.21% from 217); Max value from RGB is 100 - color contains mainly: green. Hex color #546421 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546421 is #AB9BDE. Grayscale: #575757. Windows color (decimal): -11246559 or 2188372. OLE color: 2188372.

HSL color Cylindrical-coordinate representation of color #546421: hue angle of 74.33º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #546421 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.61.

Color convert

RGB 84 100 33 -
CMYK 0.16 0 0.67 0.61
HSL 74.33º 0.5% 0.26% -
HSV(B) 74.33º 0.67% 0.39% -
XYZ 8.49 11.11 3.14 -
YUV 87.58 97.2 125.45 -
System Red Green Blue C M Y K H S L
Decimal 84 100 33 0.16 0 0.67 0.61 74.33 0.5 0.26
Hex 54 64 21 10 0 43 3D 4A 32 1A
Octal 124 144 41 20 0 103 75 112 62 32
Binary 1010100 1100100 100001 10000 0 1000011 111101 1001010 110010 11010

Color Harmonies of #546421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546421

Black with #546421

Text Example


Text Example

White with #546421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546421; }

 p { color: rgb(84,100,33); }

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

background-color css

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

 a { background-color: rgb(84,100,33); }

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

border-color css

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

 span { border-color: rgb(84,100,33); }

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