#524C18

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

Shades of Bronze Olive #524C18

Tints of Bronze Olive #524C18

Color information

#524C18 (or 0x524C18) is unknown color: approx Bronze Olive. HEX triplet: 52, 4C and 18. RGB value is (82,76,24). Sum of RGB (Red+Green+Blue) = 82+76+24=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 76 (30.08% from 255 or 41.76% from 182); Blue value is 24 (9.77% from 255 or 13.19% from 182); Max value from RGB is 82 - color contains mainly: red. Hex color #524C18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524C18 is #ADB3E7. Grayscale: #484848. Windows color (decimal): -11383784 or 1592402. OLE color: 1592402.

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

Color convert

RGB827624-
CMYK00.070.710.68
HSL53.79º54.72%20.78%-
HSV(B)53.79º70.73%32.16%-
XYZ6.237.031.89-
YUV71.87100.99135.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.05%
GREEN value IS 76 (30.08% from 255) = 41.76%
BLUE value IS 24 (9.77% from 255) = 13.19%
R=45.05%
G=41.76%
B=13.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.71
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82762400.070.710.6853.7954.7220.78
Hex524C18074744363715
Octal1221143007107104666725
Binary101001010011001100001111000111100010011011011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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