#524627

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

Shades of Bronze Olive #524627

Tints of Bronze Olive #524627

Color information

#524627 (or 0x524627) is unknown color: approx Bronze Olive. HEX triplet: 52, 46 and 27. RGB value is (82,70,39). Sum of RGB (Red+Green+Blue) = 82+70+39=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 39 (15.62% from 255 or 20.42% from 191); Max value from RGB is 82 - color contains mainly: red. Hex color #524627 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524627 is #ADB9D8. Grayscale: #464646. Windows color (decimal): -11385305 or 2573906. OLE color: 2573906.

HSL color Cylindrical-coordinate representation of color #524627: hue angle of 43.26º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #524627 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.68.

Color convert

RGB827039-
CMYK00.150.520.68
HSL43.26º35.54%23.73%-
HSV(B)43.26º52.44%32.16%-
XYZ6.046.322.82-
YUV70.05110.48136.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.93%
GREEN value IS 70 (27.73% from 255) = 36.65%
BLUE value IS 39 (15.62% from 255) = 20.42%
R=42.93%
G=36.65%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.52
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82703900.150.520.6843.2635.5423.73
Hex5246270F34442b2418
Octal1221064701764104534430
Binary1010010100011010011101111110100100010010101110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524627; }

 p { color: rgb(82,70,39); }

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

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

 a { background-color: rgb(82,70,39); }

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

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

 span { border-color: rgb(82,70,39); }

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