#514522

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

Shades of Bronze Olive #514522

Tints of Bronze Olive #514522

Color information

#514522 (or 0x514522) is unknown color: approx Bronze Olive. HEX triplet: 51, 45 and 22. RGB value is (81,69,34). Sum of RGB (Red+Green+Blue) = 81+69+34=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 34 (13.67% from 255 or 18.48% from 184); Max value from RGB is 81 - color contains mainly: red. Hex color #514522 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514522 is #AEBADD. Grayscale: #444444. Windows color (decimal): -11451102 or 2245969. OLE color: 2245969.

HSL color Cylindrical-coordinate representation of color #514522: hue angle of 44.68º 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 #514522 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.68.

Color convert

RGB816934-
CMYK00.150.580.68
HSL44.68º40.87%22.55%-
HSV(B)44.68º58.02%31.76%-
XYZ5.816.122.39-
YUV68.6108.48136.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.02%
GREEN value IS 69 (27.34% from 255) = 37.5%
BLUE value IS 34 (13.67% from 255) = 18.48%
R=44.02%
G=37.5%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.58
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81693400.150.580.6844.6840.8722.55
Hex5145220F3A442d2917
Octal1211054201772104555127
Binary1010001100010110001001111111010100010010110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514522; }

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

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

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

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

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

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

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

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