#514638

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

Shades of Metallic Bronze #514638

Tints of Metallic Bronze #514638

Color information

#514638 (or 0x514638) is unknown color: approx Metallic Bronze. HEX triplet: 51, 46 and 38. RGB value is (81,70,56). Sum of RGB (Red+Green+Blue) = 81+70+56=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 56 (22.27% from 255 or 27.05% from 207); Max value from RGB is 81 - color contains mainly: red. Hex color #514638 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514638 is #AEB9C7. Grayscale: #474747. Windows color (decimal): -11450824 or 3688017. OLE color: 3688017.

HSL color Cylindrical-coordinate representation of color #514638: hue angle of 33.6º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #514638 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.68.

Color convert

RGB817056-
CMYK00.140.310.68
HSL33.6º18.25%26.86%-
HSV(B)33.6º30.86%31.76%-
XYZ6.36.424.65-
YUV71.69119.14134.64-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.13%
GREEN value IS 70 (27.73% from 255) = 33.82%
BLUE value IS 56 (22.27% from 255) = 27.05%
R=39.13%
G=33.82%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81705600.140.310.6833.618.2526.86
Hex5146380E1F4422121b
Octal1211067001637104422233
Binary10100011000110111000011101111110001001000101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514638; }

 p { color: rgb(81,70,56); }

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

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

 a { background-color: rgb(81,70,56); }

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

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

 span { border-color: rgb(81,70,56); }

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