#51523C

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

Shades of Kelp #51523C

Tints of Kelp #51523C

Color information

#51523C (or 0x51523C) is unknown color: approx Kelp. HEX triplet: 51, 52 and 3C. RGB value is (81,82,60). Sum of RGB (Red+Green+Blue) = 81+82+60=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 82 - color contains mainly: green. Hex color #51523C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51523C is #AEADC3. Grayscale: #4F4F4F. Windows color (decimal): -11447748 or 3953233. OLE color: 3953233.

HSL color Cylindrical-coordinate representation of color #51523C: hue angle of 62.73º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #51523C is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB818260-
CMYK0.0100.270.68
HSL62.73º15.49%27.84%-
HSV(B)62.73º26.83%32.16%-
XYZ7.238.115.46-
YUV79.19117.17129.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.32%
GREEN value IS 82 (32.42% from 255) = 36.77%
BLUE value IS 60 (23.83% from 255) = 26.91%
R=36.32%
G=36.77%
B=26.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8182600.0100.270.6862.7315.4927.84
Hex51523C101B443ff1c
Octal121122741033104771734
Binary1010001101001011110010110111000100111111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51523C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51523C; }

 p { color: rgb(81,82,60); }

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

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

 a { background-color: rgb(81,82,60); }

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

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

 span { border-color: rgb(81,82,60); }

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