#514B0B

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

Shades of Bronze Olive #514B0B

Tints of Bronze Olive #514B0B

Color information

#514B0B (or 0x514B0B) is unknown color: approx Bronze Olive. HEX triplet: 51, 4B and 0B. RGB value is (81,75,11). Sum of RGB (Red+Green+Blue) = 81+75+11=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 75 (29.69% from 255 or 44.91% from 167); Blue value is 11 (4.69% from 255 or 6.59% from 167); Max value from RGB is 81 - color contains mainly: red. Hex color #514B0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514B0B is #AEB4F4. Grayscale: #454545. Windows color (decimal): -11449589 or 740177. OLE color: 740177.

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

Color convert

RGB817511-
CMYK00.070.860.68
HSL54.86º76.09%18.04%-
HSV(B)54.86º86.42%31.76%-
XYZ5.976.811.32-
YUV69.594.99136.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 48.50%
GREEN value IS 75 (29.69% from 255) = 44.91%
BLUE value IS 11 (4.69% from 255) = 6.59%
R=48.50%
G=44.91%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.86
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81751100.070.860.6854.8676.0918.04
Hex514BB075644374c12
Octal12111313071261046711422
Binary101000110010111011011110101101000100110111100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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