#524607

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

Shades of Bronze Olive #524607

Tints of Bronze Olive #524607

Color information

#524607 (or 0x524607) is unknown color: approx Bronze Olive. HEX triplet: 52, 46 and 07. RGB value is (82,70,7). Sum of RGB (Red+Green+Blue) = 82+70+7=159 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.57% from 159); Green value is 70 (27.73% from 255 or 44.03% from 159); Blue value is 7 (3.12% from 255 or 4.40% from 159); Max value from RGB is 82 - color contains mainly: red. Hex color #524607 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524607 is #ADB9F8. Grayscale: #424242. Windows color (decimal): -11385337 or 476754. OLE color: 476754.

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

Color convert

RGB82707-
CMYK00.150.910.68
HSL50.4º84.27%17.45%-
HSV(B)50.4º91.46%32.16%-
XYZ5.716.191.09-
YUV66.4194.48139.12-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 51.57%
GREEN value IS 70 (27.73% from 255) = 44.03%
BLUE value IS 7 (3.12% from 255) = 4.40%
R=51.57%
G=44.03%
B=4.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.91
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8270700.150.910.6850.484.2717.45
Hex524670F5B44325411
Octal12210670171331046212421
Binary101001010001101110111110110111000100110010101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524607; }

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

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

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

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

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

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

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

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