#545841

Color #545841 Kelp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelp #545841

Tints of Kelp #545841

Color information

#545841 (or 0x545841) is unknown color: approx Kelp. HEX triplet: 54, 58 and 41. RGB value is (84,88,65). Sum of RGB (Red+Green+Blue) = 84+88+65=237 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.44% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 65 (25.78% from 255 or 27.43% from 237); Max value from RGB is 88 - color contains mainly: green. Hex color #545841 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545841 is #ABA7BE. Grayscale: #545454. Windows color (decimal): -11249599 or 4282452. OLE color: 4282452.

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

Color convert

RGB848865-
CMYK0.0500.260.65
HSL70.43º15.03%30%-
HSV(B)70.43º26.14%34.51%-
XYZ8.19.256.36-
YUV84.18117.17127.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.44%
GREEN value IS 88 (34.77% from 255) = 37.13%
BLUE value IS 65 (25.78% from 255) = 27.43%
R=35.44%
G=37.13%
B=27.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8488650.0500.260.6570.4315.0330
Hex545841501A4146f1e
Octal12413010150321011061736
Binary10101001011000100000110101101010000011000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545841; }

 p { color: rgb(84,88,65); }

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

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

 a { background-color: rgb(84,88,65); }

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

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

 span { border-color: rgb(84,88,65); }

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