#524D1D

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

Shades of Bronze Olive #524D1D

Tints of Bronze Olive #524D1D

Color information

#524D1D (or 0x524D1D) is unknown color: approx Bronze Olive. HEX triplet: 52, 4D and 1D. RGB value is (82,77,29). Sum of RGB (Red+Green+Blue) = 82+77+29=188 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.62% from 188); Green value is 77 (30.47% from 255 or 40.96% from 188); Blue value is 29 (11.72% from 255 or 15.43% from 188); Max value from RGB is 82 - color contains mainly: red. Hex color #524D1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524D1D is #ADB2E2. Grayscale: #494949. Windows color (decimal): -11383523 or 1920338. OLE color: 1920338.

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

Color convert

RGB827729-
CMYK00.060.650.68
HSL54.34º47.75%21.76%-
HSV(B)54.34º64.63%32.16%-
XYZ6.367.192.22-
YUV73.02103.16134.4-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.62%
GREEN value IS 77 (30.47% from 255) = 40.96%
BLUE value IS 29 (11.72% from 255) = 15.43%
R=43.62%
G=40.96%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82772900.060.650.6854.3447.7521.76
Hex524D1D064144363016
Octal1221153506101104666026
Binary101001010011011110101101000001100010011011011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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