Html Css Color HEX #545840 Kelp

📋 copy color: '#545840'

red 84 ◦ green 88 ◦ blue 64

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

Shades of Kelp #545840

Tints of Kelp #545840

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.29%

 BLUE value IS 64 (25.39% from 255) = 27.12%

R = 35.59%
G = 37.29%
B = 27.12%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#545840 (or 0x545840) is known color: Kelp. HEX triplet: 54, 58 and 40. RGB value is (84,88,64). Sum of RGB (Red+Green+Blue) = 84+88+64=236 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.59% from 236); Green value is 88 (34.77% from 255 or 37.29% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 88 - color contains mainly: green. Hex color #545840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545840 is #ABA7BF. Grayscale: #545454. Windows color (decimal): -11249600 or 4216916. OLE color: 4216916.

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

Color convert

RGB 84 88 64 -
CMYK 0.05 0 0.27 0.65
HSL 70º 0.16% 0.3% -
HSV(B) 70º 0.27% 0.35% -
XYZ 8.07 9.23 6.21 -
YUV 84.07 116.67 127.95 -
System Red Green Blue C M Y K H S L
Decimal 84 88 64 0.05 0 0.27 0.65 70 0.16 0.3
Hex 54 58 40 5 0 1B 41 46 10 1E
Octal 124 130 100 5 0 33 101 106 20 36
Binary 1010100 1011000 1000000 101 0 11011 1000001 1000110 10000 11110

Color Harmonies of #545840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545840

Black with #545840

Text Example


Text Example

White with #545840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545840; }

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

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

background-color css

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

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

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

border-color css

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

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

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