#524F1F

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

Shades of Bronze Olive #524F1F

Tints of Bronze Olive #524F1F

Color information

#524F1F (or 0x524F1F) is unknown color: approx Bronze Olive. HEX triplet: 52, 4F and 1F. RGB value is (82,79,31). Sum of RGB (Red+Green+Blue) = 82+79+31=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 79 (31.25% from 255 or 41.15% from 192); Blue value is 31 (12.5% from 255 or 16.15% from 192); Max value from RGB is 82 - color contains mainly: red. Hex color #524F1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524F1F is #ADB0E0. Grayscale: #4A4A4A. Windows color (decimal): -11383009 or 2051922. OLE color: 2051922.

HSL color Cylindrical-coordinate representation of color #524F1F: hue angle of 56.47º 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 #524F1F is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB827931-
CMYK00.040.620.68
HSL56.47º45.13%22.16%-
HSV(B)56.47º62.2%32.16%-
XYZ6.527.482.4-
YUV74.42103.49133.4-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.71%
GREEN value IS 79 (31.25% from 255) = 41.15%
BLUE value IS 31 (12.5% from 255) = 16.15%
R=42.71%
G=41.15%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82793100.040.620.6856.4745.1322.16
Hex524F1F043E44382d16
Octal122117370476104705526
Binary10100101001111111110100111110100010011100010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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