#534516

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

Shades of Bronze Olive #534516

Tints of Bronze Olive #534516

Color information

#534516 (or 0x534516) is unknown color: approx Bronze Olive. HEX triplet: 53, 45 and 16. RGB value is (83,69,22). Sum of RGB (Red+Green+Blue) = 83+69+22=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 69 (27.34% from 255 or 39.66% from 174); Blue value is 22 (8.98% from 255 or 12.64% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #534516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534516 is #ACBAE9. Grayscale: #444444. Windows color (decimal): -11320042 or 1459539. OLE color: 1459539.

HSL color Cylindrical-coordinate representation of color #534516: hue angle of 46.23º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #534516 is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB836922-
CMYK00.170.730.67
HSL46.23º58.1%20.59%-
HSV(B)46.23º73.49%32.55%-
XYZ5.846.151.64-
YUV67.83102.14138.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.70%
GREEN value IS 69 (27.34% from 255) = 39.66%
BLUE value IS 22 (8.98% from 255) = 12.64%
R=47.70%
G=39.66%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83692200.170.730.6746.2358.120.59
Hex53451601149432e3a15
Octal12310526021111103567225
Binary10100111000101101100100011001001100001110111011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534516; }

 p { color: rgb(83,69,22); }

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

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

 a { background-color: rgb(83,69,22); }

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

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

 span { border-color: rgb(83,69,22); }

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