#514230

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

Shades of Deep Bronze #514230

Tints of Deep Bronze #514230

Color information

#514230 (or 0x514230) is unknown color: approx Deep Bronze. HEX triplet: 51, 42 and 30. RGB value is (81,66,48). Sum of RGB (Red+Green+Blue) = 81+66+48=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 48 (19.14% from 255 or 24.62% from 195); Max value from RGB is 81 - color contains mainly: red. Hex color #514230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514230 is #AEBDCF. Grayscale: #444444. Windows color (decimal): -11451856 or 3162705. OLE color: 3162705.

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

Color convert

RGB816648-
CMYK00.190.410.68
HSL32.73º25.58%25.29%-
HSV(B)32.73º40.74%31.76%-
XYZ5.885.863.62-
YUV68.43116.47136.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.54%
GREEN value IS 66 (26.17% from 255) = 33.85%
BLUE value IS 48 (19.14% from 255) = 24.62%
R=41.54%
G=33.85%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81664800.190.410.6832.7325.5825.29
Hex5142300132944211a19
Octal1211026002351104413231
Binary1010001100001011000001001110100110001001000011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514230; }

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

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

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

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

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

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

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

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