#514842

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

Shades of Cork #514842

Tints of Cork #514842

Color information

#514842 (or 0x514842) is unknown color: approx Cork. HEX triplet: 51, 48 and 42. RGB value is (81,72,66). Sum of RGB (Red+Green+Blue) = 81+72+66=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 66 (26.17% from 255 or 30.14% from 219); Max value from RGB is 81 - color contains mainly: red. Hex color #514842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514842 is #AEB7BD. Grayscale: #4A4A4A. Windows color (decimal): -11450302 or 4343889. OLE color: 4343889.

HSL color Cylindrical-coordinate representation of color #514842: hue angle of 24º 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 #514842 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.68.

Color convert

RGB817266-
CMYK00.110.190.68
HSL24º10.2%28.82%-
HSV(B)24º18.52%31.76%-
XYZ6.696.786.11-
YUV74.01123.48132.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.99%
GREEN value IS 72 (28.52% from 255) = 32.88%
BLUE value IS 66 (26.17% from 255) = 30.14%
R=36.99%
G=32.88%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81726600.110.190.682410.228.82
Hex5148420B134418a1d
Octal12111010201323104301235
Binary1010001100100010000100101110011100010011000101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514842; }

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

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

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

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

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

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

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

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