#514742

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

Shades of Cork #514742

Tints of Cork #514742

Color information

#514742 (or 0x514742) is unknown color: approx Cork. HEX triplet: 51, 47 and 42. RGB value is (81,71,66). Sum of RGB (Red+Green+Blue) = 81+71+66=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 66 (26.17% from 255 or 30.28% from 218); Max value from RGB is 81 - color contains mainly: red. Hex color #514742 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514742 is #AEB8BD. Grayscale: #494949. Windows color (decimal): -11450558 or 4343633. OLE color: 4343633.

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

Color convert

RGB817166-
CMYK00.120.190.68
HSL20º10.2%28.82%-
HSV(B)20º18.52%31.76%-
XYZ6.636.656.09-
YUV73.42123.81133.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.16%
GREEN value IS 71 (28.12% from 255) = 32.57%
BLUE value IS 66 (26.17% from 255) = 30.28%
R=37.16%
G=32.57%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81716600.120.190.682010.228.82
Hex5147420C134414a1d
Octal12110710201423104241235
Binary1010001100011110000100110010011100010010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514742; }

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

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

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

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

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

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

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

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