#514C49

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

Shades of Cork #514C49

Tints of Cork #514C49

Color information

#514C49 (or 0x514C49) is unknown color: approx Cork. HEX triplet: 51, 4C and 49. RGB value is (81,76,73). Sum of RGB (Red+Green+Blue) = 81+76+73=230 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.22% from 230); Green value is 76 (30.08% from 255 or 33.04% from 230); Blue value is 73 (28.91% from 255 or 31.74% from 230); Max value from RGB is 81 - color contains mainly: red. Hex color #514C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514C49 is #AEB3B6. Grayscale: #4D4D4D. Windows color (decimal): -11449271 or 4803665. OLE color: 4803665.

HSL color Cylindrical-coordinate representation of color #514C49: hue angle of 22.5º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #514C49 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB817673-
CMYK00.060.100.68
HSL22.5º5.19%30.2%-
HSV(B)22.5º9.88%31.76%-
XYZ7.187.47.35-
YUV77.15125.66130.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.22%
GREEN value IS 76 (30.08% from 255) = 33.04%
BLUE value IS 73 (28.91% from 255) = 31.74%
R=35.22%
G=33.04%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81767300.060.100.6822.55.1930.2
Hex514C4906A441751e
Octal121114111061210427536
Binary1010001100110010010010110101010001001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514C49; }

 p { color: rgb(81,76,73); }

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

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

 a { background-color: rgb(81,76,73); }

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

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

 span { border-color: rgb(81,76,73); }

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