#514227

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

Shades of Deep Bronze #514227

Tints of Deep Bronze #514227

Color information

#514227 (or 0x514227) is unknown color: approx Deep Bronze. HEX triplet: 51, 42 and 27. RGB value is (81,66,39). Sum of RGB (Red+Green+Blue) = 81+66+39=186 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.55% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 39 (15.62% from 255 or 20.97% from 186); Max value from RGB is 81 - color contains mainly: red. Hex color #514227 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514227 is #AEBDD8. Grayscale: #434343. Windows color (decimal): -11451865 or 2572881. OLE color: 2572881.

HSL color Cylindrical-coordinate representation of color #514227: hue angle of 38.57º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #514227 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.68.

Color convert

RGB816639-
CMYK00.190.520.68
HSL38.57º35%23.53%-
HSV(B)38.57º51.85%31.76%-
XYZ5.715.792.74-
YUV67.41111.97137.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.55%
GREEN value IS 66 (26.17% from 255) = 35.48%
BLUE value IS 39 (15.62% from 255) = 20.97%
R=43.55%
G=35.48%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81663900.190.520.6838.573523.53
Hex5142270133444272318
Octal1211024702364104474330
Binary10100011000010100111010011110100100010010011110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514227; }

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

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

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

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

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

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

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

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