Html Css Color HEX #546848 Tom Thumb

📋 copy color: '#546848'

red 84 ◦ green 104 ◦ blue 72

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

Shades of Tom Thumb #546848

Tints of Tom Thumb #546848

RGB

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

 GREEN value IS 104 (41.02% from 255) = 40%

 BLUE value IS 72 (28.52% from 255) = 27.69%

R = 32.31%
G = 40%
B = 27.69%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#546848 (or 0x546848) is known color: Tom Thumb. HEX triplet: 54, 68 and 48. RGB value is (84,104,72). Sum of RGB (Red+Green+Blue) = 84+104+72=260 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.31% from 260); Green value is 104 (41.02% from 255 or 40% from 260); Blue value is 72 (28.52% from 255 or 27.69% from 260); Max value from RGB is 104 - color contains mainly: green. Hex color #546848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546848 is #AB97B7. Grayscale: #5E5E5E. Windows color (decimal): -11245496 or 4745300. OLE color: 4745300.

HSL color Cylindrical-coordinate representation of color #546848: hue angle of 97.5º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #546848 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB 84 104 72 -
CMYK 0.19 0 0.31 0.59
HSL 97.5º 0.18% 0.35% -
HSV(B) 97.5º 0.31% 0.41% -
XYZ 9.78 12.25 7.98 -
YUV 94.37 115.37 120.6 -
System Red Green Blue C M Y K H S L
Decimal 84 104 72 0.19 0 0.31 0.59 97.5 0.18 0.35
Hex 54 68 48 13 0 1F 3B 62 12 23
Octal 124 150 110 23 0 37 73 142 22 43
Binary 1010100 1101000 1001000 10011 0 11111 111011 1100010 10010 100011

Color Harmonies of #546848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546848

Black with #546848

Text Example


Text Example

White with #546848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546848; }

 p { color: rgb(84,104,72); }

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

background-color css

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

 a { background-color: rgb(84,104,72); }

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

border-color css

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

 span { border-color: rgb(84,104,72); }

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