#514740

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

Shades of Cork #514740

Tints of Cork #514740

Color information

#514740 (or 0x514740) is unknown color: approx Cork. HEX triplet: 51, 47 and 40. RGB value is (81,71,64). Sum of RGB (Red+Green+Blue) = 81+71+64=216 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.5% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 64 (25.39% from 255 or 29.63% from 216); Max value from RGB is 81 - color contains mainly: red. Hex color #514740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514740 is #AEB8BF. Grayscale: #494949. Windows color (decimal): -11450560 or 4212561. OLE color: 4212561.

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

Color convert

RGB817164-
CMYK00.120.210.68
HSL24.71º11.72%28.43%-
HSV(B)24.71º20.99%31.76%-
XYZ6.576.635.78-
YUV73.19122.81133.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.5%
GREEN value IS 71 (28.12% from 255) = 32.87%
BLUE value IS 64 (25.39% from 255) = 29.63%
R=37.5%
G=32.87%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81716400.120.210.6824.7111.7228.43
Hex5147400C154419c1c
Octal12110710001425104311434
Binary1010001100011110000000110010101100010011001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514740; }

 p { color: rgb(81,71,64); }

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

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

 a { background-color: rgb(81,71,64); }

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

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

 span { border-color: rgb(81,71,64); }

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