#524510

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

Shades of Bronze Olive #524510

Tints of Bronze Olive #524510

Color information

#524510 (or 0x524510) is unknown color: approx Bronze Olive. HEX triplet: 52, 45 and 10. RGB value is (82,69,16). Sum of RGB (Red+Green+Blue) = 82+69+16=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 69 (27.34% from 255 or 41.32% from 167); Blue value is 16 (6.64% from 255 or 9.58% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #524510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524510 is #ADBAEF. Grayscale: #434343. Windows color (decimal): -11385584 or 1066322. OLE color: 1066322.

HSL color Cylindrical-coordinate representation of color #524510: hue angle of 48.18º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #524510 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB826916-
CMYK00.160.800.68
HSL48.18º67.35%19.22%-
HSV(B)48.18º80.49%32.16%-
XYZ5.76.091.36-
YUV66.8499.31138.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.10%
GREEN value IS 69 (27.34% from 255) = 41.32%
BLUE value IS 16 (6.64% from 255) = 9.58%
R=49.10%
G=41.32%
B=9.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.80
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82691600.160.800.6848.1867.3519.22
Hex5245100105044304313
Octal122105200201201046010323
Binary101001010001011000001000010100001000100110000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524510; }

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

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

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

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

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

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

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

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