#525540

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

Shades of Kelp #525540

Tints of Kelp #525540

Color information

#525540 (or 0x525540) is unknown color: approx Kelp. HEX triplet: 52, 55 and 40. RGB value is (82,85,64). Sum of RGB (Red+Green+Blue) = 82+85+64=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 85 - color contains mainly: green. Hex color #525540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525540 is #ADAABF. Grayscale: #515151. Windows color (decimal): -11381440 or 4216146. OLE color: 4216146.

HSL color Cylindrical-coordinate representation of color #525540: hue angle of 68.57º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #525540 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB828564-
CMYK0.0400.250.67
HSL68.57º14.09%29.22%-
HSV(B)68.57º24.71%33.33%-
XYZ7.658.666.12-
YUV81.71118.01128.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.50%
GREEN value IS 85 (33.59% from 255) = 36.80%
BLUE value IS 64 (25.39% from 255) = 27.71%
R=35.50%
G=36.80%
B=27.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8285640.0400.250.6768.5714.0929.22
Hex52554040194345e1d
Octal12212510040311031051635
Binary10100101010101100000010001100110000111000101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525540; }

 p { color: rgb(82,85,64); }

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

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

 a { background-color: rgb(82,85,64); }

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

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

 span { border-color: rgb(82,85,64); }

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