#524E1F

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

Shades of Bronze Olive #524E1F

Tints of Bronze Olive #524E1F

Color information

#524E1F (or 0x524E1F) is unknown color: approx Bronze Olive. HEX triplet: 52, 4E and 1F. RGB value is (82,78,31). Sum of RGB (Red+Green+Blue) = 82+78+31=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 78 (30.86% from 255 or 40.84% from 191); Blue value is 31 (12.5% from 255 or 16.23% from 191); Max value from RGB is 82 - color contains mainly: red. Hex color #524E1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524E1F is #ADB1E0. Grayscale: #4A4A4A. Windows color (decimal): -11383265 or 2051666. OLE color: 2051666.

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

Color convert

RGB827831-
CMYK00.050.620.68
HSL55.29º45.13%22.16%-
HSV(B)55.29º62.2%32.16%-
XYZ6.457.342.37-
YUV73.84103.83133.82-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.93%
GREEN value IS 78 (30.86% from 255) = 40.84%
BLUE value IS 31 (12.5% from 255) = 16.23%
R=42.93%
G=40.84%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82783100.050.620.6855.2945.1322.16
Hex524E1F053E44372d16
Octal122116370576104675526
Binary10100101001110111110101111110100010011011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,78,31); }

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

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

 a { background-color: rgb(82,78,31); }

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

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

 span { border-color: rgb(82,78,31); }

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