#534816

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

Shades of Bronze Olive #534816

Tints of Bronze Olive #534816

Color information

#534816 (or 0x534816) is unknown color: approx Bronze Olive. HEX triplet: 53, 48 and 16. RGB value is (83,72,22). Sum of RGB (Red+Green+Blue) = 83+72+22=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 72 (28.52% from 255 or 40.68% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 83 - color contains mainly: red. Hex color #534816 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534816 is #ACB7E9. Grayscale: #454545. Windows color (decimal): -11319274 or 1460307. OLE color: 1460307.

HSL color Cylindrical-coordinate representation of color #534816: hue angle of 49.18º 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 #534816 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB837222-
CMYK00.130.730.67
HSL49.18º58.1%20.59%-
HSV(B)49.18º73.49%32.55%-
XYZ6.036.531.7-
YUV69.59101.14137.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.89%
GREEN value IS 72 (28.52% from 255) = 40.68%
BLUE value IS 22 (8.98% from 255) = 12.43%
R=46.89%
G=40.68%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83722200.130.730.6749.1858.120.59
Hex5348160D4943313a15
Octal12311026015111103617225
Binary1010011100100010110011011001001100001111000111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534816; }

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

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

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

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

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

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

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

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