#545E48

Color #545E48 Cabbage Pont (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabbage Pont #545E48

Tints of Cabbage Pont #545E48

Color information

#545E48 (or 0x545E48) is unknown color: approx Cabbage Pont. HEX triplet: 54, 5E and 48. RGB value is (84,94,72). Sum of RGB (Red+Green+Blue) = 84+94+72=250 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.6% from 250); Green value is 94 (37.11% from 255 or 37.6% from 250); Blue value is 72 (28.52% from 255 or 28.8% from 250); Max value from RGB is 94 - color contains mainly: green. Hex color #545E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545E48 is #ABA1B7. Grayscale: #585858. Windows color (decimal): -11248056 or 4742740. OLE color: 4742740.

HSL color Cylindrical-coordinate representation of color #545E48: hue angle of 87.27º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #545E48 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.63.

Color convert

RGB849472-
CMYK0.1100.230.63
HSL87.27º13.25%32.55%-
HSV(B)87.27º23.4%36.86%-
XYZ8.8310.367.66-
YUV88.5118.69124.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.6%
GREEN value IS 94 (37.11% from 255) = 37.6%
BLUE value IS 72 (28.52% from 255) = 28.8%
R=33.6%
G=37.6%
B=28.8%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8494720.1100.230.6387.2713.2532.55
Hex545E48B0173F57d21
Octal12413611013027771271541
Binary101010010111101001000101101011111111110101111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545E48; }

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

 H1.HeaderClassName
 {
   color: #545E48;
 }
 .AnyTagClassName
 {
   color: #545E48;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #545E48;
 }
 .BgClassName
 {
   background-color: #545E48;
 }
</style>
border-color css

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

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

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