#514232

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

Shades of Deep Bronze #514232

Tints of Deep Bronze #514232

Color information

#514232 (or 0x514232) is unknown color: approx Deep Bronze. HEX triplet: 51, 42 and 32. RGB value is (81,66,50). Sum of RGB (Red+Green+Blue) = 81+66+50=197 (26% of max value = 765). Red value is 81 (32.03% from 255 or 41.12% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 50 (19.92% from 255 or 25.38% from 197); Max value from RGB is 81 - color contains mainly: red. Hex color #514232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514232 is #AEBDCD. Grayscale: #444444. Windows color (decimal): -11451854 or 3293777. OLE color: 3293777.

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

Color convert

RGB816650-
CMYK00.190.380.68
HSL30.97º23.66%25.69%-
HSV(B)30.97º38.27%31.76%-
XYZ5.925.883.84-
YUV68.66117.47136.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.12%
GREEN value IS 66 (26.17% from 255) = 33.50%
BLUE value IS 50 (19.92% from 255) = 25.38%
R=41.12%
G=33.50%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81665000.190.380.6830.9723.6625.69
Hex51423201326441f181a
Octal1211026202346104373032
Binary101000110000101100100100111001101000100111111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514232; }

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

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

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

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

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

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

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

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