#514432

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

Shades of Deep Bronze #514432

Tints of Deep Bronze #514432

Color information

#514432 (or 0x514432) is unknown color: approx Deep Bronze. HEX triplet: 51, 44 and 32. RGB value is (81,68,50). Sum of RGB (Red+Green+Blue) = 81+68+50=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 81 - color contains mainly: red. Hex color #514432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514432 is #AEBBCD. Grayscale: #454545. Windows color (decimal): -11451342 or 3294289. OLE color: 3294289.

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

Color convert

RGB816850-
CMYK00.160.380.68
HSL34.84º23.66%25.69%-
HSV(B)34.84º38.27%31.76%-
XYZ6.046.113.88-
YUV69.83116.81135.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.70%
GREEN value IS 68 (26.95% from 255) = 34.17%
BLUE value IS 50 (19.92% from 255) = 25.13%
R=40.70%
G=34.17%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81685000.160.380.6834.8423.6625.69
Hex514432010264423181a
Octal1211046202046104433032
Binary1010001100010011001001000010011010001001000111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514432; }

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

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

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

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

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

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

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

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