#514C1C

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

Shades of Bronze Olive #514C1C

Tints of Bronze Olive #514C1C

Color information

#514C1C (or 0x514C1C) is unknown color: approx Bronze Olive. HEX triplet: 51, 4C and 1C. RGB value is (81,76,28). Sum of RGB (Red+Green+Blue) = 81+76+28=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 76 (30.08% from 255 or 41.08% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 81 - color contains mainly: red. Hex color #514C1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514C1C is #AEB3E3. Grayscale: #484848. Windows color (decimal): -11449316 or 1854545. OLE color: 1854545.

HSL color Cylindrical-coordinate representation of color #514C1C: hue angle of 54.34º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #514C1C is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB817628-
CMYK00.060.650.68
HSL54.34º48.62%21.37%-
HSV(B)54.34º65.43%31.76%-
XYZ6.1972.12-
YUV72.02103.16134.4-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.78%
GREEN value IS 76 (30.08% from 255) = 41.08%
BLUE value IS 28 (11.33% from 255) = 15.14%
R=43.78%
G=41.08%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81762800.060.650.6854.3448.6221.37
Hex514C1C064144363115
Octal1211143406101104666125
Binary101000110011001110001101000001100010011011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514C1C; }

 p { color: rgb(81,76,28); }

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

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

 a { background-color: rgb(81,76,28); }

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

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

 span { border-color: rgb(81,76,28); }

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