#514B1F

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

Shades of Bronze Olive #514B1F

Tints of Bronze Olive #514B1F

Color information

#514B1F (or 0x514B1F) is unknown color: approx Bronze Olive. HEX triplet: 51, 4B and 1F. RGB value is (81,75,31). Sum of RGB (Red+Green+Blue) = 81+75+31=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 75 (29.69% from 255 or 40.11% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 81 - color contains mainly: red. Hex color #514B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514B1F is #AEB4E0. Grayscale: #474747. Windows color (decimal): -11449569 or 2050897. OLE color: 2050897.

HSL color Cylindrical-coordinate representation of color #514B1F: hue angle of 52.8º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #514B1F is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB817531-
CMYK00.070.620.68
HSL52.8º44.64%21.96%-
HSV(B)52.8º61.73%31.76%-
XYZ6.166.882.3-
YUV71.78104.99134.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.32%
GREEN value IS 75 (29.69% from 255) = 40.11%
BLUE value IS 31 (12.5% from 255) = 16.58%
R=43.32%
G=40.11%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81753100.070.620.6852.844.6421.96
Hex514B1F073E44352d16
Octal121113370776104655526
Binary10100011001011111110111111110100010011010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,75,31); }

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

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

 a { background-color: rgb(81,75,31); }

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

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

 span { border-color: rgb(81,75,31); }

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