#514333

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

Shades of Deep Bronze #514333

Tints of Deep Bronze #514333

Color information

#514333 (or 0x514333) is unknown color: approx Deep Bronze. HEX triplet: 51, 43 and 33. RGB value is (81,67,51). Sum of RGB (Red+Green+Blue) = 81+67+51=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 51 (20.31% from 255 or 25.63% from 199); Max value from RGB is 81 - color contains mainly: red. Hex color #514333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514333 is #AEBCCC. Grayscale: #454545. Windows color (decimal): -11451597 or 3359569. OLE color: 3359569.

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

Color convert

RGB816751-
CMYK00.170.370.68
HSL32º22.73%25.88%-
HSV(B)32º37.04%31.76%-
XYZ663.97-
YUV69.36117.64136.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.70%
GREEN value IS 67 (26.56% from 255) = 33.67%
BLUE value IS 51 (20.31% from 255) = 25.63%
R=40.70%
G=33.67%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.37
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81675100.170.370.683222.7325.88
Hex514333011254420171a
Octal1211036302145104402732
Binary1010001100001111001101000110010110001001000001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514333; }

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

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

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

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

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

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

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

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