#524511

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

Shades of Bronze Olive #524511

Tints of Bronze Olive #524511

Color information

#524511 (or 0x524511) is unknown color: approx Bronze Olive. HEX triplet: 52, 45 and 11. RGB value is (82,69,17). Sum of RGB (Red+Green+Blue) = 82+69+17=168 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.81% from 168); Green value is 69 (27.34% from 255 or 41.07% from 168); Blue value is 17 (7.03% from 255 or 10.12% from 168); Max value from RGB is 82 - color contains mainly: red. Hex color #524511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524511 is #ADBAEE. Grayscale: #434343. Windows color (decimal): -11385583 or 1131858. OLE color: 1131858.

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

Color convert

RGB826917-
CMYK00.160.790.68
HSL48º65.66%19.41%-
HSV(B)48º79.27%32.16%-
XYZ5.716.091.41-
YUV66.9699.81138.73-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 48.81%
GREEN value IS 69 (27.34% from 255) = 41.07%
BLUE value IS 17 (7.03% from 255) = 10.12%
R=48.81%
G=41.07%
B=10.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82691700.160.790.684865.6619.41
Hex5245110104F44304213
Octal122105210201171046010223
Binary101001010001011000101000010011111000100110000100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524511; }

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

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

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

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

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

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

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

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