#524804

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

Shades of Bronze Olive #524804

Tints of Bronze Olive #524804

Color information

#524804 (or 0x524804) is unknown color: approx Bronze Olive. HEX triplet: 52, 48 and 04. RGB value is (82,72,4). Sum of RGB (Red+Green+Blue) = 82+72+4=158 (20% of max value = 765). Red value is 82 (32.42% from 255 or 51.90% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 4 (1.95% from 255 or 2.53% from 158); Max value from RGB is 82 - color contains mainly: red. Hex color #524804 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524804 is #ADB7FB. Grayscale: #434343. Windows color (decimal): -11384828 or 280658. OLE color: 280658.

HSL color Cylindrical-coordinate representation of color #524804: hue angle of 52.31º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #524804 is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.68.

Color convert

RGB82724-
CMYK00.120.950.68
HSL52.31º90.7%16.86%-
HSV(B)52.31º95.12%32.16%-
XYZ5.826.441.05-
YUV67.2492.31138.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 51.90%
GREEN value IS 72 (28.52% from 255) = 45.57%
BLUE value IS 4 (1.95% from 255) = 2.53%
R=51.90%
G=45.57%
B=2.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8272400.120.950.6852.3190.716.86
Hex524840C5F44345b11
Octal12211040141371046413321
Binary101001010010001000110010111111000100110100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524804; }

 p { color: rgb(82,72,4); }

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

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

 a { background-color: rgb(82,72,4); }

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

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

 span { border-color: rgb(82,72,4); }

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