#514A1B

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

Shades of Bronze Olive #514A1B

Tints of Bronze Olive #514A1B

Color information

#514A1B (or 0x514A1B) is unknown color: approx Bronze Olive. HEX triplet: 51, 4A and 1B. RGB value is (81,74,27). Sum of RGB (Red+Green+Blue) = 81+74+27=182 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.51% from 182); Green value is 74 (29.30% from 255 or 40.66% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 81 - color contains mainly: red. Hex color #514A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514A1B is #AEB5E4. Grayscale: #464646. Windows color (decimal): -11449829 or 1788497. OLE color: 1788497.

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

Color convert

RGB817427-
CMYK00.090.670.68
HSL52.22º50%21.18%-
HSV(B)52.22º66.67%31.76%-
XYZ6.046.732.02-
YUV70.74103.32135.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.51%
GREEN value IS 74 (29.30% from 255) = 40.66%
BLUE value IS 27 (10.94% from 255) = 14.84%
R=44.51%
G=40.66%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81742700.090.670.6852.225021.18
Hex514A1B094344343215
Octal12111233011103104646225
Binary1010001100101011011010011000011100010011010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,74,27); }

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

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

 a { background-color: rgb(81,74,27); }

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

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

 span { border-color: rgb(81,74,27); }

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