#514326

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

Shades of Deep Bronze #514326

Tints of Deep Bronze #514326

Color information

#514326 (or 0x514326) is unknown color: approx Deep Bronze. HEX triplet: 51, 43 and 26. RGB value is (81,67,38). Sum of RGB (Red+Green+Blue) = 81+67+38=186 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.55% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 38 (15.23% from 255 or 20.43% from 186); Max value from RGB is 81 - color contains mainly: red. Hex color #514326 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514326 is #AEBCD9. Grayscale: #444444. Windows color (decimal): -11451610 or 2507601. OLE color: 2507601.

HSL color Cylindrical-coordinate representation of color #514326: hue angle of 40.47º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #514326 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.68.

Color convert

RGB816738-
CMYK00.170.530.68
HSL40.47º36.13%23.33%-
HSV(B)40.47º53.09%31.76%-
XYZ5.755.92.67-
YUV67.88111.14137.36-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.55%
GREEN value IS 67 (26.56% from 255) = 36.02%
BLUE value IS 38 (15.23% from 255) = 20.43%
R=43.55%
G=36.02%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81673800.170.530.6840.4736.1323.33
Hex5143260113544282417
Octal1211034602165104504427
Binary10100011000011100110010001110101100010010100010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514326; }

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

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

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

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

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

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

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

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