#514843

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

Shades of Cork #514843

Tints of Cork #514843

Color information

#514843 (or 0x514843) is unknown color: approx Cork. HEX triplet: 51, 48 and 43. RGB value is (81,72,67). Sum of RGB (Red+Green+Blue) = 81+72+67=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 67 (26.56% from 255 or 30.45% from 220); Max value from RGB is 81 - color contains mainly: red. Hex color #514843 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514843 is #AEB7BC. Grayscale: #4A4A4A. Windows color (decimal): -11450301 or 4409425. OLE color: 4409425.

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

Color convert

RGB817267-
CMYK00.110.170.68
HSL21.43º9.46%29.02%-
HSV(B)21.43º17.28%31.76%-
XYZ6.726.796.27-
YUV74.12123.98132.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.82%
GREEN value IS 72 (28.52% from 255) = 32.73%
BLUE value IS 67 (26.56% from 255) = 30.45%
R=36.82%
G=32.73%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81726700.110.170.6821.439.4629.02
Hex5148430B11441591d
Octal12111010301321104251135
Binary1010001100100010000110101110001100010010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514843; }

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

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

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

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

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

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

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

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