#514132

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

Shades of Deep Bronze #514132

Tints of Deep Bronze #514132

Color information

#514132 (or 0x514132) is unknown color: approx Deep Bronze. HEX triplet: 51, 41 and 32. RGB value is (81,65,50). Sum of RGB (Red+Green+Blue) = 81+65+50=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 50 (19.92% from 255 or 25.51% from 196); Max value from RGB is 81 - color contains mainly: red. Hex color #514132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514132 is #AEBECD. Grayscale: #444444. Windows color (decimal): -11452110 or 3293521. OLE color: 3293521.

HSL color Cylindrical-coordinate representation of color #514132: hue angle of 29.03º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #514132 is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.68.

Color convert

RGB816550-
CMYK00.200.380.68
HSL29.03º23.66%25.69%-
HSV(B)29.03º38.27%31.76%-
XYZ5.865.763.82-
YUV68.07117.8137.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.33%
GREEN value IS 65 (25.78% from 255) = 33.16%
BLUE value IS 50 (19.92% from 255) = 25.51%
R=41.33%
G=33.16%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81655000.200.380.6829.0323.6625.69
Hex51413201426441d181a
Octal1211016202446104353032
Binary101000110000011100100101001001101000100111011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514132; }

 p { color: rgb(81,65,50); }

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

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

 a { background-color: rgb(81,65,50); }

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

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

 span { border-color: rgb(81,65,50); }

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