#514B0F

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

Shades of Bronze Olive #514B0F

Tints of Bronze Olive #514B0F

Color information

#514B0F (or 0x514B0F) is unknown color: approx Bronze Olive. HEX triplet: 51, 4B and 0F. RGB value is (81,75,15). Sum of RGB (Red+Green+Blue) = 81+75+15=171 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.37% from 171); Green value is 75 (29.69% from 255 or 43.86% from 171); Blue value is 15 (6.25% from 255 or 8.77% from 171); Max value from RGB is 81 - color contains mainly: red. Hex color #514B0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514B0F is #AEB4F0. Grayscale: #464646. Windows color (decimal): -11449585 or 1002321. OLE color: 1002321.

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

Color convert

RGB817515-
CMYK00.070.810.68
HSL54.55º68.75%18.82%-
HSV(B)54.55º81.48%31.76%-
XYZ66.821.45-
YUV69.9596.99135.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.37%
GREEN value IS 75 (29.69% from 255) = 43.86%
BLUE value IS 15 (6.25% from 255) = 8.77%
R=47.37%
G=43.86%
B=8.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.81
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81751500.070.810.6854.5568.7518.82
Hex514BF075144374513
Octal12111317071211046710523
Binary101000110010111111011110100011000100110111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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