#514A45

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

Shades of Cork #514A45

Tints of Cork #514A45

Color information

#514A45 (or 0x514A45) is unknown color: approx Cork. HEX triplet: 51, 4A and 45. RGB value is (81,74,69). Sum of RGB (Red+Green+Blue) = 81+74+69=224 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.16% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 69 (27.34% from 255 or 30.80% from 224); Max value from RGB is 81 - color contains mainly: red. Hex color #514A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514A45 is #AEB5BA. Grayscale: #4B4B4B. Windows color (decimal): -11449787 or 4541009. OLE color: 4541009.

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

Color convert

RGB817469-
CMYK00.090.150.68
HSL25º8%29.41%-
HSV(B)25º14.81%31.76%-
XYZ6.927.086.63-
YUV75.52124.32131.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.16%
GREEN value IS 74 (29.30% from 255) = 33.04%
BLUE value IS 69 (27.34% from 255) = 30.80%
R=36.16%
G=33.04%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81746900.090.150.6825829.41
Hex514A4509F441981d
Octal12111210501117104311035
Binary101000110010101000101010011111100010011001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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