#514030

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

Shades of Deep Bronze #514030

Tints of Deep Bronze #514030

Color information

#514030 (or 0x514030) is unknown color: approx Deep Bronze. HEX triplet: 51, 40 and 30. RGB value is (81,64,48). Sum of RGB (Red+Green+Blue) = 81+64+48=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 48 (19.14% from 255 or 24.87% from 193); Max value from RGB is 81 - color contains mainly: red. Hex color #514030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514030 is #AEBFCF. Grayscale: #434343. Windows color (decimal): -11452368 or 3162193. OLE color: 3162193.

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

Color convert

RGB816448-
CMYK00.210.410.68
HSL29.09º25.58%25.29%-
HSV(B)29.09º40.74%31.76%-
XYZ5.765.633.58-
YUV67.26117.13137.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.97%
GREEN value IS 64 (25.39% from 255) = 33.16%
BLUE value IS 48 (19.14% from 255) = 24.87%
R=41.97%
G=33.16%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81644800.210.410.6829.0925.5825.29
Hex51403001529441d1a19
Octal1211006002551104353231
Binary101000110000001100000101011010011000100111011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514030; }

 p { color: rgb(81,64,48); }

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

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

 a { background-color: rgb(81,64,48); }

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

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

 span { border-color: rgb(81,64,48); }

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