#4D513A

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

Shades of Kelp #4D513A

Tints of Kelp #4D513A

Color information

#4D513A (or 0x4D513A) is unknown color: approx Kelp. HEX triplet: 4D, 51 and 3A. RGB value is (77,81,58). Sum of RGB (Red+Green+Blue) = 77+81+58=216 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.65% from 216); Green value is 81 (32.03% from 255 or 37.5% from 216); Blue value is 58 (23.05% from 255 or 26.85% from 216); Max value from RGB is 81 - color contains mainly: green. Hex color #4D513A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D513A is #B2AEC5. Grayscale: #4D4D4D. Windows color (decimal): -11710150 or 3821901. OLE color: 3821901.

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

Color convert

RGB778158-
CMYK0.0500.280.68
HSL70.43º16.55%27.25%-
HSV(B)70.43º28.4%31.76%-
XYZ6.777.775.15-
YUV77.18117.17127.87-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 35.65%
GREEN value IS 81 (32.03% from 255) = 37.5%
BLUE value IS 58 (23.05% from 255) = 26.85%
R=35.65%
G=37.5%
B=26.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7781580.0500.280.6870.4316.5527.25
Hex4D513A501C4446111b
Octal1151217250341041062133
Binary10011011010001111010101011100100010010001101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D513A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D513A; }

 p { color: rgb(77,81,58); }

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

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

 a { background-color: rgb(77,81,58); }

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

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

 span { border-color: rgb(77,81,58); }

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