#524C16

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

Shades of Bronze Olive #524C16

Tints of Bronze Olive #524C16

Color information

#524C16 (or 0x524C16) is unknown color: approx Bronze Olive. HEX triplet: 52, 4C and 16. RGB value is (82,76,22). Sum of RGB (Red+Green+Blue) = 82+76+22=180 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.56% from 180); Green value is 76 (30.08% from 255 or 42.22% from 180); Blue value is 22 (8.98% from 255 or 12.22% from 180); Max value from RGB is 82 - color contains mainly: red. Hex color #524C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524C16 is #ADB3E9. Grayscale: #474747. Windows color (decimal): -11383786 or 1461330. OLE color: 1461330.

HSL color Cylindrical-coordinate representation of color #524C16: hue angle of 54º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #524C16 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB827622-
CMYK00.070.730.68
HSL54º57.69%20.39%-
HSV(B)54º73.17%32.16%-
XYZ6.217.021.79-
YUV71.6499.99135.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.56%
GREEN value IS 76 (30.08% from 255) = 42.22%
BLUE value IS 22 (8.98% from 255) = 12.22%
R=45.56%
G=42.22%
B=12.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82762200.070.730.685457.6920.39
Hex524C16074944363a14
Octal1221142607111104667224
Binary101001010011001011001111001001100010011011011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524C16; }

 p { color: rgb(82,76,22); }

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

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

 a { background-color: rgb(82,76,22); }

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

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

 span { border-color: rgb(82,76,22); }

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