Html Css Color HEX #545841 Kelp

📋 copy color: '#545841'

red 84 ◦ green 88 ◦ blue 65

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

Shades of Kelp #545841

Tints of Kelp #545841

RGB

 RED value IS 84 (33.2% 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 value IS 0.05

 M value IS 0

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#545841 (or 0x545841) is known color: 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

RGB 84 88 65 -
CMYK 0.05 0 0.26 0.65
HSL 70.43º 0.15% 0.3% -
HSV(B) 70.43º 0.26% 0.35% -
XYZ 8.1 9.25 6.36 -
YUV 84.18 117.17 127.87 -
System Red Green Blue C M Y K H S L
Decimal 84 88 65 0.05 0 0.26 0.65 70.43 0.15 0.3
Hex 54 58 41 5 0 1A 41 46 F 1E
Octal 124 130 101 5 0 32 101 106 17 36
Binary 1010100 1011000 1000001 101 0 11010 1000001 1000110 1111 11110

Color Harmonies of #545841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545841

Black with #545841

Text Example


Text Example

White with #545841

Text Example


Text Example

HTML Codes & Css Web 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>