#524A14

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

Shades of Bronze Olive #524A14

Tints of Bronze Olive #524A14

Color information

#524A14 (or 0x524A14) is unknown color: approx Bronze Olive. HEX triplet: 52, 4A and 14. RGB value is (82,74,20). Sum of RGB (Red+Green+Blue) = 82+74+20=176 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.59% from 176); Green value is 74 (29.30% from 255 or 42.05% from 176); Blue value is 20 (8.20% from 255 or 11.36% from 176); Max value from RGB is 82 - color contains mainly: red. Hex color #524A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524A14 is #ADB5EB. Grayscale: #464646. Windows color (decimal): -11384300 or 1329746. OLE color: 1329746.

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

Color convert

RGB827420-
CMYK00.100.760.68
HSL52.26º60.78%20%-
HSV(B)52.26º75.61%32.16%-
XYZ6.056.741.64-
YUV70.2499.65136.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.59%
GREEN value IS 74 (29.30% from 255) = 42.05%
BLUE value IS 20 (8.20% from 255) = 11.36%
R=46.59%
G=42.05%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.76
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82742000.100.760.6852.2660.7820
Hex524A140A4C44343d14
Octal12211224012114104647524
Binary1010010100101010100010101001100100010011010011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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