#514130

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

Shades of Deep Bronze #514130

Tints of Deep Bronze #514130

Color information

#514130 (or 0x514130) is unknown color: approx Deep Bronze. HEX triplet: 51, 41 and 30. RGB value is (81,65,48). Sum of RGB (Red+Green+Blue) = 81+65+48=194 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.75% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 48 (19.14% from 255 or 24.74% from 194); Max value from RGB is 81 - color contains mainly: red. Hex color #514130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514130 is #AEBECF. Grayscale: #434343. Windows color (decimal): -11452112 or 3162449. OLE color: 3162449.

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

Color convert

RGB816548-
CMYK00.200.410.68
HSL30.91º25.58%25.29%-
HSV(B)30.91º40.74%31.76%-
XYZ5.825.743.6-
YUV67.85116.8137.38-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.75%
GREEN value IS 65 (25.78% from 255) = 33.51%
BLUE value IS 48 (19.14% from 255) = 24.74%
R=41.75%
G=33.51%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81654800.200.410.6830.9125.5825.29
Hex51413001429441f1a19
Octal1211016002451104373231
Binary101000110000011100000101001010011000100111111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514130; }

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

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

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

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

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

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

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

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