#514B1D

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

Shades of Bronze Olive #514B1D

Tints of Bronze Olive #514B1D

Color information

#514B1D (or 0x514B1D) is unknown color: approx Bronze Olive. HEX triplet: 51, 4B and 1D. RGB value is (81,75,29). Sum of RGB (Red+Green+Blue) = 81+75+29=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 75 (29.69% from 255 or 40.54% from 185); Blue value is 29 (11.72% from 255 or 15.68% from 185); Max value from RGB is 81 - color contains mainly: red. Hex color #514B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514B1D is #AEB4E2. Grayscale: #474747. Windows color (decimal): -11449571 or 1919825. OLE color: 1919825.

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

Color convert

RGB817529-
CMYK00.070.640.68
HSL53.08º47.27%21.57%-
HSV(B)53.08º64.2%31.76%-
XYZ6.136.872.17-
YUV71.55103.99134.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.78%
GREEN value IS 75 (29.69% from 255) = 40.54%
BLUE value IS 29 (11.72% from 255) = 15.68%
R=43.78%
G=40.54%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.64
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81752900.070.640.6853.0847.2721.57
Hex514B1D074044352f16
Octal1211133507100104655726
Binary101000110010111110101111000000100010011010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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