#51533B

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

Shades of Kelp #51533B

Tints of Kelp #51533B

Color information

#51533B (or 0x51533B) is unknown color: approx Kelp. HEX triplet: 51, 53 and 3B. RGB value is (81,83,59). Sum of RGB (Red+Green+Blue) = 81+83+59=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 59 (23.44% from 255 or 26.46% from 223); Max value from RGB is 83 - color contains mainly: green. Hex color #51533B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51533B is #AEACC4. Grayscale: #4F4F4F. Windows color (decimal): -11447493 or 3887953. OLE color: 3887953.

HSL color Cylindrical-coordinate representation of color #51533B: hue angle of 65º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #51533B is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB818359-
CMYK0.0200.290.67
HSL65º16.9%27.84%-
HSV(B)65º28.92%32.55%-
XYZ7.288.255.35-
YUV79.67116.34128.95-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.32%
GREEN value IS 83 (32.81% from 255) = 37.22%
BLUE value IS 59 (23.44% from 255) = 26.46%
R=36.32%
G=37.22%
B=26.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8183590.0200.290.676516.927.84
Hex51533B201D4341111c
Octal1211237320351031012134
Binary1010001101001111101110011101100001110000011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51533B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51533B; }

 p { color: rgb(81,83,59); }

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

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

 a { background-color: rgb(81,83,59); }

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

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

 span { border-color: rgb(81,83,59); }

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