#524726

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

Shades of Bronze Olive #524726

Tints of Bronze Olive #524726

Color information

#524726 (or 0x524726) is unknown color: approx Bronze Olive. HEX triplet: 52, 47 and 26. RGB value is (82,71,38). Sum of RGB (Red+Green+Blue) = 82+71+38=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 71 (28.12% from 255 or 37.17% from 191); Blue value is 38 (15.23% from 255 or 19.90% from 191); Max value from RGB is 82 - color contains mainly: red. Hex color #524726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524726 is #ADB8D9. Grayscale: #464646. Windows color (decimal): -11385050 or 2508626. OLE color: 2508626.

HSL color Cylindrical-coordinate representation of color #524726: hue angle of 45º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #524726 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.68.

Color convert

RGB827138-
CMYK00.130.540.68
HSL45º36.67%23.53%-
HSV(B)45º53.66%32.16%-
XYZ6.086.442.76-
YUV70.53109.64136.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.93%
GREEN value IS 71 (28.12% from 255) = 37.17%
BLUE value IS 38 (15.23% from 255) = 19.90%
R=42.93%
G=37.17%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.54
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82713800.130.540.684536.6723.53
Hex5247260D36442d2518
Octal1221074601566104554530
Binary1010010100011110011001101110110100010010110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524726; }

 p { color: rgb(82,71,38); }

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

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

 a { background-color: rgb(82,71,38); }

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

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

 span { border-color: rgb(82,71,38); }

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