#514722

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

Shades of Bronze Olive #514722

Tints of Bronze Olive #514722

Color information

#514722 (or 0x514722) is unknown color: approx Bronze Olive. HEX triplet: 51, 47 and 22. RGB value is (81,71,34). Sum of RGB (Red+Green+Blue) = 81+71+34=186 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.55% from 186); Green value is 71 (28.12% from 255 or 38.17% from 186); Blue value is 34 (13.67% from 255 or 18.28% from 186); Max value from RGB is 81 - color contains mainly: red. Hex color #514722 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514722 is #AEB8DD. Grayscale: #454545. Windows color (decimal): -11450590 or 2246481. OLE color: 2246481.

HSL color Cylindrical-coordinate representation of color #514722: hue angle of 47.23º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #514722 is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.68.

Color convert

RGB817134-
CMYK00.120.580.68
HSL47.23º40.87%22.55%-
HSV(B)47.23º58.02%31.76%-
XYZ5.946.372.43-
YUV69.77107.81136.01-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.55%
GREEN value IS 71 (28.12% from 255) = 38.17%
BLUE value IS 34 (13.67% from 255) = 18.28%
R=43.55%
G=38.17%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.58
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81713400.120.580.6847.2340.8722.55
Hex5147220C3A442f2917
Octal1211074201472104575127
Binary1010001100011110001001100111010100010010111110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514722; }

 p { color: rgb(81,71,34); }

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

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

 a { background-color: rgb(81,71,34); }

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

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

 span { border-color: rgb(81,71,34); }

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