#514B12

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

Shades of Bronze Olive #514B12

Tints of Bronze Olive #514B12

Color information

#514B12 (or 0x514B12) is unknown color: approx Bronze Olive. HEX triplet: 51, 4B and 12. RGB value is (81,75,18). Sum of RGB (Red+Green+Blue) = 81+75+18=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 75 (29.69% from 255 or 43.10% from 174); Blue value is 18 (7.42% from 255 or 10.34% from 174); Max value from RGB is 81 - color contains mainly: red. Hex color #514B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514B12 is #AEB4ED. Grayscale: #464646. Windows color (decimal): -11449582 or 1198929. OLE color: 1198929.

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

Color convert

RGB817518-
CMYK00.070.780.68
HSL54.29º63.64%19.41%-
HSV(B)54.29º77.78%31.76%-
XYZ6.026.831.57-
YUV70.398.49135.63-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.55%
GREEN value IS 75 (29.69% from 255) = 43.10%
BLUE value IS 18 (7.42% from 255) = 10.34%
R=46.55%
G=43.10%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81751800.070.780.6854.2963.6419.41
Hex514B12074E44364013
Octal12111322071161046610023
Binary1010001100101110010011110011101000100110110100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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