#524D1E

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

Shades of Bronze Olive #524D1E

Tints of Bronze Olive #524D1E

Color information

#524D1E (or 0x524D1E) is unknown color: approx Bronze Olive. HEX triplet: 52, 4D and 1E. RGB value is (82,77,30). Sum of RGB (Red+Green+Blue) = 82+77+30=189 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.39% from 189); Green value is 77 (30.47% from 255 or 40.74% from 189); Blue value is 30 (12.11% from 255 or 15.87% from 189); Max value from RGB is 82 - color contains mainly: red. Hex color #524D1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524D1E is #ADB2E1. Grayscale: #494949. Windows color (decimal): -11383522 or 1985874. OLE color: 1985874.

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

Color convert

RGB827730-
CMYK00.060.630.68
HSL54.23º46.43%21.96%-
HSV(B)54.23º63.41%32.16%-
XYZ6.377.22.28-
YUV73.14103.66134.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.39%
GREEN value IS 77 (30.47% from 255) = 40.74%
BLUE value IS 30 (12.11% from 255) = 15.87%
R=43.39%
G=40.74%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.63
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82773000.060.630.6854.2346.4321.96
Hex524D1E063F44362e16
Octal122115360677104665626
Binary10100101001101111100110111111100010011011010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,77,30); }

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

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

 a { background-color: rgb(82,77,30); }

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

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

 span { border-color: rgb(82,77,30); }

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