#514332

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

Shades of Deep Bronze #514332

Tints of Deep Bronze #514332

Color information

#514332 (or 0x514332) is unknown color: approx Deep Bronze. HEX triplet: 51, 43 and 32. RGB value is (81,67,50). Sum of RGB (Red+Green+Blue) = 81+67+50=198 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.91% from 198); Green value is 67 (26.56% from 255 or 33.84% from 198); Blue value is 50 (19.92% from 255 or 25.25% from 198); Max value from RGB is 81 - color contains mainly: red. Hex color #514332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514332 is #AEBCCD. Grayscale: #454545. Windows color (decimal): -11451598 or 3294033. OLE color: 3294033.

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

Color convert

RGB816750-
CMYK00.170.380.68
HSL32.9º23.66%25.69%-
HSV(B)32.9º38.27%31.76%-
XYZ5.985.993.86-
YUV69.25117.14136.38-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.91%
GREEN value IS 67 (26.56% from 255) = 33.84%
BLUE value IS 50 (19.92% from 255) = 25.25%
R=40.91%
G=33.84%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81675000.170.380.6832.923.6625.69
Hex514332011264421181a
Octal1211036202146104413032
Binary1010001100001111001001000110011010001001000011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514332; }

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

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

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

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

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

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

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

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