#514B0A

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

Shades of Bronze Olive #514B0A

Tints of Bronze Olive #514B0A

Color information

#514B0A (or 0x514B0A) is unknown color: approx Bronze Olive. HEX triplet: 51, 4B and 0A. RGB value is (81,75,10). Sum of RGB (Red+Green+Blue) = 81+75+10=166 (21% of max value = 765). Red value is 81 (32.03% from 255 or 48.80% from 166); Green value is 75 (29.69% from 255 or 45.18% from 166); Blue value is 10 (4.30% from 255 or 6.02% from 166); Max value from RGB is 81 - color contains mainly: red. Hex color #514B0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514B0A is #AEB4F5. Grayscale: #454545. Windows color (decimal): -11449590 or 674641. OLE color: 674641.

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

Color convert

RGB817510-
CMYK00.070.880.68
HSL54.93º78.02%17.84%-
HSV(B)54.93º87.65%31.76%-
XYZ5.966.81.29-
YUV69.3894.49136.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 48.80%
GREEN value IS 75 (29.69% from 255) = 45.18%
BLUE value IS 10 (4.30% from 255) = 6.02%
R=48.80%
G=45.18%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81751000.070.880.6854.9378.0217.84
Hex514BA075844374e12
Octal12111312071301046711622
Binary101000110010111010011110110001000100110111100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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