#524517

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

Shades of Bronze Olive #524517

Tints of Bronze Olive #524517

Color information

#524517 (or 0x524517) is unknown color: approx Bronze Olive. HEX triplet: 52, 45 and 17. RGB value is (82,69,23). Sum of RGB (Red+Green+Blue) = 82+69+23=174 (23% of max value = 765). Red value is 82 (32.42% from 255 or 47.13% from 174); Green value is 69 (27.34% from 255 or 39.66% from 174); Blue value is 23 (9.38% from 255 or 13.22% from 174); Max value from RGB is 82 - color contains mainly: red. Hex color #524517 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524517 is #ADBAE8. Grayscale: #434343. Windows color (decimal): -11385577 or 1525074. OLE color: 1525074.

HSL color Cylindrical-coordinate representation of color #524517: hue angle of 46.78º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #524517 is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.68.

Color convert

RGB826923-
CMYK00.160.720.68
HSL46.78º56.19%20.59%-
HSV(B)46.78º71.95%32.16%-
XYZ5.766.111.69-
YUV67.64102.81138.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.13%
GREEN value IS 69 (27.34% from 255) = 39.66%
BLUE value IS 23 (9.38% from 255) = 13.22%
R=47.13%
G=39.66%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.72
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82692300.160.720.6846.7856.1920.59
Hex52451701048442f3815
Octal12210527020110104577025
Binary10100101000101101110100001001000100010010111111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524517; }

 p { color: rgb(82,69,23); }

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

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

 a { background-color: rgb(82,69,23); }

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

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

 span { border-color: rgb(82,69,23); }

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