#525738

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

Shades of Kelp #525738

Tints of Kelp #525738

Color information

#525738 (or 0x525738) is unknown color: approx Kelp. HEX triplet: 52, 57 and 38. RGB value is (82,87,56). Sum of RGB (Red+Green+Blue) = 82+87+56=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 87 (34.38% from 255 or 38.67% from 225); Blue value is 56 (22.27% from 255 or 24.89% from 225); Max value from RGB is 87 - color contains mainly: green. Hex color #525738 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525738 is #ADA8C7. Grayscale: #525252. Windows color (decimal): -11380936 or 3692370. OLE color: 3692370.

HSL color Cylindrical-coordinate representation of color #525738: hue angle of 69.68º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #525738 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.66.

Color convert

RGB828756-
CMYK0.0600.360.66
HSL69.68º21.68%28.04%-
HSV(B)69.68º35.63%34.12%-
XYZ7.68.95.06-
YUV81.97113.34128.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.44%
GREEN value IS 87 (34.38% from 255) = 38.67%
BLUE value IS 56 (22.27% from 255) = 24.89%
R=36.44%
G=38.67%
B=24.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8287560.0600.360.6669.6821.6828.04
Hex52573860244246161c
Octal1221277060441021062634
Binary101001010101111110001100100100100001010001101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525738; }

 p { color: rgb(82,87,56); }

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

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

 a { background-color: rgb(82,87,56); }

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

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

 span { border-color: rgb(82,87,56); }

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