#524A06

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

Shades of Bronze Olive #524A06

Tints of Bronze Olive #524A06

Color information

#524A06 (or 0x524A06) is unknown color: approx Bronze Olive. HEX triplet: 52, 4A and 06. RGB value is (82,74,6). Sum of RGB (Red+Green+Blue) = 82+74+6=162 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.62% from 162); Green value is 74 (29.30% from 255 or 45.68% from 162); Blue value is 6 (2.73% from 255 or 3.70% from 162); Max value from RGB is 82 - color contains mainly: red. Hex color #524A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524A06 is #ADB5F9. Grayscale: #444444. Windows color (decimal): -11384314 or 412242. OLE color: 412242.

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

Color convert

RGB82746-
CMYK00.100.930.68
HSL53.68º86.36%17.25%-
HSV(B)53.68º92.68%32.16%-
XYZ5.966.71.15-
YUV68.6492.65137.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50.62%
GREEN value IS 74 (29.30% from 255) = 45.68%
BLUE value IS 6 (2.73% from 255) = 3.70%
R=50.62%
G=45.68%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.93
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8274600.100.930.6853.6886.3617.25
Hex524A60A5D44365611
Octal12211260121351046612621
Binary101001010010101100101010111011000100110110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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