#514D4A

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

Shades of Cork #514D4A

Tints of Cork #514D4A

Color information

#514D4A (or 0x514D4A) is unknown color: approx Cork. HEX triplet: 51, 4D and 4A. RGB value is (81,77,74). Sum of RGB (Red+Green+Blue) = 81+77+74=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 77 (30.47% from 255 or 33.19% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 81 - color contains mainly: red. Hex color #514D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514D4A is #AEB2B5. Grayscale: #4D4D4D. Windows color (decimal): -11449014 or 4869457. OLE color: 4869457.

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

Color convert

RGB817774-
CMYK00.050.090.68
HSL25.71º4.52%30.39%-
HSV(B)25.71º8.64%31.76%-
XYZ7.287.557.55-
YUV77.85125.83130.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.91%
GREEN value IS 77 (30.47% from 255) = 33.19%
BLUE value IS 74 (29.30% from 255) = 31.90%
R=34.91%
G=33.19%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81777400.050.090.6825.714.5230.39
Hex514D4A059441a51e
Octal121115112051110432536
Binary1010001100110110010100101100110001001101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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