#525536

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

Shades of Kelp #525536

Tints of Kelp #525536

Color information

#525536 (or 0x525536) is unknown color: approx Kelp. HEX triplet: 52, 55 and 36. RGB value is (82,85,54). Sum of RGB (Red+Green+Blue) = 82+85+54=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 54 (21.48% from 255 or 24.43% from 221); Max value from RGB is 85 - color contains mainly: green. Hex color #525536 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525536 is #ADAAC9. Grayscale: #505050. Windows color (decimal): -11381450 or 3560786. OLE color: 3560786.

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

Color convert

RGB828554-
CMYK0.0400.360.67
HSL65.81º22.3%27.25%-
HSV(B)65.81º36.47%33.33%-
XYZ7.398.564.75-
YUV80.57113.01129.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.10%
GREEN value IS 85 (33.59% from 255) = 38.46%
BLUE value IS 54 (21.48% from 255) = 24.43%
R=37.10%
G=38.46%
B=24.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8285540.0400.360.6765.8122.327.25
Hex52553640244342161b
Octal1221256640441031022633
Binary101001010101011101101000100100100001110000101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525536; }

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

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

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

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

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

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

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

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