Html Css Color HEX #546323 Saratoga

📋 copy color: '#546323'

red 84 ◦ green 99 ◦ blue 35

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

Shades of Saratoga #546323

Tints of Saratoga #546323

RGB

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

 GREEN value IS 99 (39.06% from 255) = 45.41%

 BLUE value IS 35 (14.06% from 255) = 16.06%

R = 38.53%
G = 45.41%
B = 16.06%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.65

 K value IS 0.61

RGB Variations

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

Color information

#546323 (or 0x546323) is known color: Saratoga. HEX triplet: 54, 63 and 23. RGB value is (84,99,35). Sum of RGB (Red+Green+Blue) = 84+99+35=218 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.53% from 218); Green value is 99 (39.06% from 255 or 45.41% from 218); Blue value is 35 (14.06% from 255 or 16.06% from 218); Max value from RGB is 99 - color contains mainly: green. Hex color #546323 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546323 is #AB9CDC. Grayscale: #575757. Windows color (decimal): -11246813 or 2319188. OLE color: 2319188.

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

Color convert

RGB 84 99 35 -
CMYK 0.15 0 0.65 0.61
HSL 74.06º 0.48% 0.26% -
HSV(B) 74.06º 0.65% 0.39% -
XYZ 8.42 10.93 3.26 -
YUV 87.22 98.53 125.7 -
System Red Green Blue C M Y K H S L
Decimal 84 99 35 0.15 0 0.65 0.61 74.06 0.48 0.26
Hex 54 63 23 F 0 41 3D 4A 30 1A
Octal 124 143 43 17 0 101 75 112 60 32
Binary 1010100 1100011 100011 1111 0 1000001 111101 1001010 110000 11010

Color Harmonies of #546323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546323

Black with #546323

Text Example


Text Example

White with #546323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546323; }

 p { color: rgb(84,99,35); }

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

background-color css

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

 a { background-color: rgb(84,99,35); }

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

border-color css

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

 span { border-color: rgb(84,99,35); }

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