#524A1E

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

Shades of Bronze Olive #524A1E

Tints of Bronze Olive #524A1E

Color information

#524A1E (or 0x524A1E) is unknown color: approx Bronze Olive. HEX triplet: 52, 4A and 1E. RGB value is (82,74,30). Sum of RGB (Red+Green+Blue) = 82+74+30=186 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.09% from 186); Green value is 74 (29.30% from 255 or 39.78% from 186); Blue value is 30 (12.11% from 255 or 16.13% from 186); Max value from RGB is 82 - color contains mainly: red. Hex color #524A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524A1E is #ADB5E1. Grayscale: #474747. Windows color (decimal): -11384290 or 1985106. OLE color: 1985106.

HSL color Cylindrical-coordinate representation of color #524A1E: hue angle of 50.77º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #524A1E is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.68.

Color convert

RGB827430-
CMYK00.100.630.68
HSL50.77º46.43%21.96%-
HSV(B)50.77º63.41%32.16%-
XYZ6.166.792.21-
YUV71.38104.65135.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.09%
GREEN value IS 74 (29.30% from 255) = 39.78%
BLUE value IS 30 (12.11% from 255) = 16.13%
R=44.09%
G=39.78%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.63
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82743000.100.630.6850.7746.4321.96
Hex524A1E0A3F44332e16
Octal1221123601277104635626
Binary101001010010101111001010111111100010011001110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,74,30); }

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

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

 a { background-color: rgb(82,74,30); }

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

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

 span { border-color: rgb(82,74,30); }

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